llvm-6502/lib/Object
Michael J. Spencer ac97f5ce48 [Object][ELF] Simplify ELFObjectFile by using ELFType.
This simplifies the usage and implementation of ELFObjectFile by using ELFType
to replace:

<endianness target_endianness, std::size_t max_alignment, bool is64Bits>

This does complicate the base ELF types as they must now use template template
parameters to partially specialize for the 32 and 64bit cases. However these
are only defined once.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172515 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-15 07:44:25 +00:00
..
Archive.cpp [Object][Archive] Fix name handling with bsd style long names. 2013-01-10 01:05:34 +00:00
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp Add interface for querying object files for symbol values. 2012-10-29 10:47:00 +00:00
ELFObjectFile.cpp [Object][ELF] Simplify ELFObjectFile by using ELFType. 2013-01-15 07:44:25 +00:00
Error.cpp
LLVMBuild.txt
MachOObject.cpp Fix More Casts 2013-01-14 21:04:38 +00:00
MachOObjectFile.cpp Add a function to get the segment name of a section. 2012-12-21 03:47:03 +00:00
Makefile
Object.cpp
ObjectFile.cpp