llvm-6502/lib/ExecutionEngine/RuntimeDyld
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
..
CMakeLists.txt
GDBRegistrar.cpp
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImageCommon.h
RuntimeDyld.cpp Formatting, grammar 2013-02-20 18:24:34 +00:00
RuntimeDyldELF.cpp Two small cleanups for ELF's templates. 2013-04-17 21:20:55 +00:00
RuntimeDyldELF.h
RuntimeDyldImpl.h Make the host endianness check an integer constant expression. 2013-04-15 14:44:24 +00:00
RuntimeDyldMachO.cpp
RuntimeDyldMachO.h