pub unsafe extern "C" fn LLVMGetFirstGlobalIFunc(
M: LLVMModuleRef,
) -> LLVMValueRefExpand description
Obtain an iterator to the first GlobalIFunc in a Module.
@see llvm::Module::ifunc_begin()
pub unsafe extern "C" fn LLVMGetFirstGlobalIFunc(
M: LLVMModuleRef,
) -> LLVMValueRefObtain an iterator to the first GlobalIFunc in a Module.
@see llvm::Module::ifunc_begin()