1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/include/llvm/ExecutionEngine
Chris Lattner d11cffdfc6 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.

llvm-svn: 10673
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