llvm-6502/include/llvm/Object
Nick Kledzik 367cf70f27 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options
This finishes the ability of llvm-objdump to print out all information from
the LC_DYLD_INFO load command.

The -bind option prints out symbolic references that dyld must resolve 
immediately.

The -lazy-bind option prints out symbolc reference that are lazily resolved on 
first use.

The -weak-bind option prints out information about symbols which dyld must
try to coalesce across images.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217853 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-16 01:41:51 +00:00
..
Archive.h Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00
Binary.h fix the gcc build 2014-08-19 20:06:25 +00:00
COFF.h MC: Add support for BigObj 2014-09-15 19:42:42 +00:00
COFFYAML.h Invert the MC -> Object dependency. 2014-07-03 02:01:39 +00:00
ELF.h Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
ELFObjectFile.h Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00
ELFTypes.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ELFYAML.h Invert the MC -> Object dependency. 2014-07-03 02:01:39 +00:00
Error.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
IRObjectFile.h unique_ptrify IRObjectFile::createIRObjectFile 2014-09-03 17:59:23 +00:00
MachO.h [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options 2014-09-16 01:41:51 +00:00
MachOUniversal.h unique_ptrify MachOUniversalBinary::create 2014-09-03 17:41:05 +00:00
ObjectFile.h Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00
RelocVisitor.h Support LE in RelocVisitor::visitELF_PPC64_* 2014-06-18 15:15:49 +00:00
SymbolicFile.h Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00