llvm-6502/include/llvm/ExecutionEngine
Chris Lattner c8a07d7378 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently
turn a memory address back into the LLVM global object that starts at that
address.  Note that this won't cause any additional datastructures to be built
for clients of the EE that don't need this information.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10673 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-31 20:19:31 +00:00
..
ExecutionEngine.h Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently 2003-12-31 20:19:31 +00:00
GenericValue.h Use uintptr_t for pointer values in the ExecutionEngine. 2003-12-12 05:06:09 +00:00