Add in some methods for use by the JIT. LoadLibraryPermanently brings the
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 13:27:56 +0000 (13:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 13:27:56 +0000 (13:27 +0000)
commitb0b0ea07bb3a24aa336e0145482f37df358918d6
treeaa7b83578a541e471c10ffa90e6be959ecb380fa
parenta564845f838cb9e56e6df5106ad57d91552e6568
Add in some methods for use by the JIT. LoadLibraryPermanently brings the
library into the address space permanently. SearchForAddressOfSymbol looks
in all previously permanently loaded libraries and any currently open
libraries for a symbol, instead of just one library like GetAddressOfSymbol

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18354 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/DynamicLibrary.h