pub unsafe extern "C" fn LLVMGetNamedGlobalIFunc(
M: LLVMModuleRef,
Name: *const c_char,
NameLen: size_t,
) -> LLVMValueRef
Expand 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,
) -> LLVMValueRef
Obtain a GlobalIFunc value from a Module by its name.