llvm-6502/include/llvm/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
..
ExecutionEngine.h Fixed few warnings. 2012-07-19 04:50:12 +00:00
GenericValue.h
IntelJITEventsWrapper.h
Interpreter.h
JIT.h
JITEventListener.h
JITMemoryManager.h
MCJIT.h
OProfileWrapper.h
RuntimeDyld.h MCJIT: getPointerToFunction() references target address space. 2012-09-05 16:50:40 +00:00