llvm-6502/lib/Object
Tim Northover af713d3ba7 AArch64: add support for dynamic-loader relocations
LLD needs them, and it's good to be able to print them properly when
our object dumpers encounter them.

Patch by Daniel Stewart.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215352 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-11 10:10:27 +00:00
..
Archive.cpp A std::unique_ptr case I missed in the previous patch. 2014-07-31 03:36:00 +00:00
Binary.cpp Use std::unique_ptr to make the ownership explicit. 2014-07-31 03:12:45 +00:00
CMakeLists.txt
COFFObjectFile.cpp Delete dead code. NFC. 2014-08-08 16:49:35 +00:00
COFFYAML.cpp
ELF.cpp AArch64: add support for dynamic-loader relocations 2014-08-11 10:10:27 +00:00
ELFObjectFile.cpp Use std::unique_ptr to make the ownership explicit. 2014-07-31 03:12:45 +00:00
ELFYAML.cpp
Error.cpp
IRObjectFile.cpp
LLVMBuild.txt
MachOObjectFile.cpp Delete dead code. NFC. 2014-08-08 16:49:35 +00:00
MachOUniversal.cpp A std::unique_ptr case I missed in the previous patch. 2014-07-31 03:36:00 +00:00
Makefile
Object.cpp Use std::unique_ptr to make the ownership explicit. 2014-07-31 03:12:45 +00:00
ObjectFile.cpp Use std::unique_ptr to make the ownership explicit. 2014-07-31 03:12:45 +00:00
RecordStreamer.cpp
RecordStreamer.h
SymbolicFile.cpp Use std::unique_ptr to make the ownership explicit. 2014-07-31 03:12:45 +00:00