pub unsafe extern "C" fn LLVMOrcGetSymbolAddressIn(
    JITStack: LLVMOrcJITStackRef,
    RetAddr: *mut LLVMOrcTargetAddress,
    H: LLVMOrcModuleHandle,
    SymbolName: *const c_char
) -> LLVMErrorRef
Expand description

Get symbol address from JIT instance, searching only the specified handle.