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.
@see llvm::GlobalIFunc::getResolver()