[][src]Function llvm_sys_featured::support::LLVMSearchForAddressOfSymbol

pub unsafe extern "C" fn LLVMSearchForAddressOfSymbol(
    symbolName: *const c_char
) -> *mut c_void

Search all previously loaded dynamic libraries for the named symbol.

Returns its address if found, otherwise null.

Added in LLVM 3.7.