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
LLVMBuild.txt
Makefile
RuntimeDyld.cpp
RuntimeDyldELF.cpp
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