llvm-6502/lib/ExecutionEngine
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
..
IntelJITEvents
Interpreter
JIT Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. 2012-08-22 06:07:19 +00:00
MCJIT MCJIT: getPointerToFunction() references target address space. 2012-09-05 16:50:40 +00:00
OProfileJIT
RuntimeDyld MCJIT: getPointerToFunction() references target address space. 2012-09-05 16:50:40 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp MCJIT: Tidy up the constructor. 2012-08-21 15:42:49 +00:00
ExecutionEngineBindings.cpp
LLVMBuild.txt
Makefile
TargetSelect.cpp