pub unsafe extern "C" fn LLVMGetGlobalIFuncResolver(
IFunc: LLVMValueRef,
) -> LLVMValueRefExpand description
Retrieves the resolver function associated with this indirect function, or NULL if it doesn’t not exist.
pub unsafe extern "C" fn LLVMGetGlobalIFuncResolver(
IFunc: LLVMValueRef,
) -> LLVMValueRefRetrieves the resolver function associated with this indirect function, or NULL if it doesn’t not exist.