Function llvm_sys::support::LLVMSearchForAddressOfSymbol
source · pub unsafe extern "C" fn LLVMSearchForAddressOfSymbol(
symbolName: *const c_char
) -> *mut c_void
Expand description
Search all previously loaded dynamic libraries for the named symbol.
Returns its address if found, otherwise null.
Added in LLVM 3.7.