Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently
authorChris Lattner <sabre@nondot.org>
Wed, 31 Dec 2003 20:19:31 +0000 (20:19 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Dec 2003 20:19:31 +0000 (20:19 +0000)
commitc8a07d7378699b8d11ce2a1549b984d84706da19
tree18d431c8448c71b94c7a5c448205c137db26c966
parent9e26027b82e70308151e129fdddb12ee85dd82c5
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
include/llvm/ExecutionEngine/ExecutionEngine.h