llvm-6502/include/llvm/Object
David Meyer 5c2b4ea73c [Object]
* Add begin_dynamic_table() / end_dynamic_table() private interface to ELFObjectFile.
* Add begin_libraries_needed() / end_libraries_needed() interface to ObjectFile, for grabbing the list of needed libraries for a shared object or dynamic executable.
* Implement this new interface completely for ELF, leave stubs for COFF and MachO.
* Add 'llvm-readobj' tool for dumping ObjectFile information.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151785 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-01 01:36:50 +00:00
..
Archive.h Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
Binary.h Make Binary the parent of ObjectFile and update children to new interface. 2011-06-25 17:54:50 +00:00
COFF.h [Object] 2012-03-01 01:36:50 +00:00
ELF.h [Object] 2012-03-01 01:36:50 +00:00
Error.h Object: Add proper error handling. 2011-06-25 17:55:23 +00:00
MachO.h [Object] 2012-03-01 01:36:50 +00:00
MachOFormat.h Teach macho-dump how to dump linkedit_data load commands. 2011-08-30 18:33:37 +00:00
MachOObject.h Remove trailing spaces 2012-01-22 09:26:00 +00:00
ObjectFile.h [Object] 2012-03-01 01:36:50 +00:00