llvm-6502/lib/Object
Kevin Enderby fb2b9fb894 Teach llvm-size to know about Mach-O universal files (aka fat files) and
fat files containing archives.

Also fix a bug in MachOUniversalBinary::ObjectForArch::ObjectForArch()
where it needed a >= when comparing the Index with the number of
objects in a fat file.  As the index starts at 0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211230 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-18 22:04:40 +00:00
..
Archive.cpp Convert the Archive API to use ErrorOr. 2014-06-16 16:08:36 +00:00
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp
COFFYAML.cpp
ELF.cpp
ELFObjectFile.cpp Fix a memory leak in the error path. 2014-06-18 17:07:15 +00:00
ELFYAML.cpp
Error.cpp
IRObjectFile.cpp Change IRObjectFile to parse the bitcode lazily. 2014-06-18 19:05:24 +00:00
LLVMBuild.txt
MachOObjectFile.cpp
MachOUniversal.cpp Teach llvm-size to know about Mach-O universal files (aka fat files) and 2014-06-18 22:04:40 +00:00
Makefile
Object.cpp
ObjectFile.cpp
StringTableBuilder.cpp
SymbolicFile.cpp
YAML.cpp