llvm-6502/lib/Object
Nick Kledzik 9abbcb7453 Object, support both mach-o archive t.o.c file names
For historical reasons archives on mach-o have two possible names for the 
file containing the table of contents for the archive: "__.SYMDEF SORTED" 
and "__.SYMDEF".  But the libObject archive reader only supported the former.

This patch fixes llvm::object::Archive to support both names.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221747 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-12 01:37:45 +00:00
..
Archive.cpp Object, support both mach-o archive t.o.c file names 2014-11-12 01:37:45 +00:00
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSize 2014-11-06 21:46:55 +00:00
COFFYAML.cpp
ELF.cpp
ELFObjectFile.cpp
ELFYAML.cpp [yaml2obj] Support AArch64 relocations. 2014-11-10 23:02:03 +00:00
Error.cpp
IRObjectFile.cpp Don't ever call materializeAllPermanently during LTO. 2014-10-24 18:13:04 +00:00
LLVMBuild.txt
MachOObjectFile.cpp Remove the static version of getScatteredRelocationType() now that r221211 added 2014-11-04 01:12:39 +00:00
MachOUniversal.cpp Be more specific about return type of MachOUniversalBinary::getObjectForArch 2014-10-20 20:30:57 +00:00
Makefile
Object.cpp
ObjectFile.cpp
RecordStreamer.cpp
RecordStreamer.h
SymbolicFile.cpp