llvm-6502/lib/ExecutionEngine/RuntimeDyld
Sean Callanan 61dfa77fce Improved support in RuntimeDyldMachO for generating
code that will be relocated into another memory space.
Now when relocations are resolved, the address of
the relocation in the host memory (where the JIT is)
is passed separately from the address that the
relocation will be at in the target memory (where
the code will run).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152264 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-07 23:05:25 +00:00
..
CMakeLists.txt
DyldELFObject.h Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly 2012-02-12 06:12:10 +00:00
LLVMBuild.txt
Makefile
RuntimeDyld.cpp
RuntimeDyldELF.cpp Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
RuntimeDyldELF.h
RuntimeDyldImpl.h
RuntimeDyldMachO.cpp Improved support in RuntimeDyldMachO for generating 2012-03-07 23:05:25 +00:00
RuntimeDyldMachO.h Improved support in RuntimeDyldMachO for generating 2012-03-07 23:05:25 +00:00