llvm-6502/include/llvm/Object
Rafael Espindola 91f86b7e1c Add a SymbolicFile interface between Binary and ObjectFile.
This interface allows IRObjectFile to be implemented without having dummy
methods for all section and segment related methods.

Both llvm-ar and llvm-nm are changed to use it. Unfortunately the mangler is
still not plugged in since it requires some refactoring to make a Module hold
a DataLayout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201881 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-21 20:10:59 +00:00
..
Archive.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
Binary.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
COFF.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
COFFYAML.h
ELF.h Try to unbreak Windows build after r188022 2013-08-09 07:34:06 +00:00
ELFObjectFile.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
ELFTypes.h [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
ELFYAML.h [yaml2obj][ELF] Make symbol table top-level key. 2013-06-22 01:38:00 +00:00
Error.h Basic support for parsing Mach-O universal binaries in LLVMObject library 2013-06-18 15:03:28 +00:00
IRObjectFile.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
MachO.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
MachOUniversal.h Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
ObjectFile.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
RelocVisitor.h [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it. 2014-02-18 15:57:52 +00:00
SymbolicFile.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
YAML.h