pub unsafe extern "C" fn LLVMGetNamedGlobalIFunc(
M: LLVMModuleRef,
Name: *const c_char,
NameLen: size_t,
) -> LLVMValueRefExpand description
Obtain a GlobalIFunc value from a Module by its name.
pub unsafe extern "C" fn LLVMGetNamedGlobalIFunc(
M: LLVMModuleRef,
Name: *const c_char,
NameLen: size_t,
) -> LLVMValueRefObtain a GlobalIFunc value from a Module by its name.