llvm-6502/include/llvm/Object
Rafael Espindola 43239078ad Two small cleanups for ELF's templates.
* We only ever specialize these templates with an instantiation of ELFType,
  so we don't need a template template.
* Replace LLVM_ELF_COMMA with just passing the individual parameters to the
  macro. This requires a second macro for when we only have ELFT, but that
  is still a small win.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179726 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-17 21:20:55 +00:00
..
Archive.h [Object][Archive] Improve performance. 2013-02-03 10:48:50 +00:00
Binary.h Add all 4 MachO object types. Use the stored type to implement is64Bits(). 2013-04-08 13:25:33 +00:00
COFF.h Add interface for querying object files for symbol values. 2012-10-29 10:47:00 +00:00
ELF.h Two small cleanups for ELF's templates. 2013-04-17 21:20:55 +00:00
Error.h Object: Add proper error handling. 2011-06-25 17:55:23 +00:00
MachO.h Remove getters now that we can specialize structs on the host endianness. 2013-04-15 16:08:02 +00:00
MachOFormat.h [MC/Mach-O] Add support for linker options in Mach-O files. 2013-01-18 01:26:07 +00:00
MachOObject.h [MC/Mach-O] Add support for linker options in Mach-O files. 2013-01-18 01:26:07 +00:00
ObjectFile.h Remove unused argument. 2013-04-07 16:40:00 +00:00
RelocVisitor.h AArch64: Add basic relocation processing for llvm-dwarfdump. 2013-02-11 11:16:02 +00:00