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 Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
CMakeLists.txt ELFObjectWriter: deduplicate suffices in strtab 2014-04-30 16:25:02 +00:00
COFFObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
COFFYAML.cpp obj2yaml: Don't crash if the characteristics field is zero 2014-04-09 16:38:15 +00:00
ELF.cpp [Mips] Add more relocation types and MIPS specific e_flags constants. 2014-05-20 09:27:49 +00:00
ELFObjectFile.cpp Fix a memory leak in the error path. 2014-06-18 17:07:15 +00:00
ELFYAML.cpp [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/protected). 2014-06-06 07:41:57 +00:00
Error.cpp Remove unused and odd code. 2014-06-13 15:36:17 +00:00
IRObjectFile.cpp Change IRObjectFile to parse the bitcode lazily. 2014-06-18 19:05:24 +00:00
LLVMBuild.txt LLVMBuild.txt: Add missing dependencies. 2014-04-10 11:16:47 +00:00
MachOObjectFile.cpp Replacing the private implementations of SwapValue with calls to sys::swapByteOrder() 2014-06-14 13:49:57 +00:00
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 Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
ObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
StringTableBuilder.cpp ELFObjectWriter: deduplicate suffices in strtab 2014-04-30 16:25:02 +00:00
SymbolicFile.cpp
YAML.cpp Object: Don't double-escape empty hexdata 2014-03-20 06:28:52 +00:00