llvm-6502/lib/ExecutionEngine/RuntimeDyld
Rafael Espindola 3ecfcc20c1 Convert another use of sys::identifyFileType.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183758 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-11 18:01:14 +00:00
..
CMakeLists.txt
GDBRegistrar.cpp
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImageCommon.h Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. 2013-01-25 22:50:58 +00:00
RuntimeDyld.cpp Convert another use of sys::identifyFileType. 2013-06-11 18:01:14 +00:00
RuntimeDyldELF.cpp Handle (at least don't crash on) relocations with no symbols. 2013-06-05 02:55:01 +00:00
RuntimeDyldELF.h Add EH support to the MCJIT. 2013-05-05 20:43:10 +00:00
RuntimeDyldImpl.h Add EH support to the MCJIT. 2013-05-05 20:43:10 +00:00
RuntimeDyldMachO.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
RuntimeDyldMachO.h Add EH support to the MCJIT. 2013-05-05 20:43:10 +00:00