llvm-6502/lib/ExecutionEngine/RuntimeDyld
Jim Grosbach 35ed842773 MCJIT: getPointerToFunction() references target address space.
Make sure to return a pointer into the target memory, not the local memory.
Often they are the same, but we can't assume that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163217 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-05 16:50:40 +00:00
..
CMakeLists.txt Implement GDB integration for source level debugging of code JITed using 2012-04-16 22:12:58 +00:00
GDBRegistrar.cpp Add files which were not included by commit 154868. 2012-04-16 22:26:48 +00:00
JITRegistrar.h Add files which were not included by commit 154868. 2012-04-16 22:26:48 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
ObjectImage.h Fix some formatting, grammar and style issues and add a couple of missing comments. 2012-04-29 12:40:47 +00:00
RuntimeDyld.cpp MCJIT: getPointerToFunction() references target address space. 2012-09-05 16:50:40 +00:00
RuntimeDyldELF.cpp Fix coding style violations in 162135 and 162136. 2012-08-20 17:53:24 +00:00
RuntimeDyldELF.h Fix coding style violations in 162135 and 162136. 2012-08-20 17:53:24 +00:00
RuntimeDyldImpl.h MCJIT: getPointerToFunction() references target address space. 2012-09-05 16:50:40 +00:00
RuntimeDyldMachO.cpp RuntimeDyld cleanup: 2012-05-01 10:41:12 +00:00
RuntimeDyldMachO.h RuntimeDyld code cleanup: 2012-05-01 06:58:59 +00:00