pub unsafe extern "C" fn LLVMOrcGetSymbolAddress(
JITStack: LLVMOrcJITStackRef,
RetAddr: *mut LLVMOrcTargetAddress,
SymbolName: *const c_char,
) -> LLVMErrorRefExpand description
Get symbol address from JIT instance.
pub unsafe extern "C" fn LLVMOrcGetSymbolAddress(
JITStack: LLVMOrcJITStackRef,
RetAddr: *mut LLVMOrcTargetAddress,
SymbolName: *const c_char,
) -> LLVMErrorRefGet symbol address from JIT instance.