rustc_codegen_llvm::llvm

Function LLVMGetNamedFunction

Source
pub unsafe extern "C" fn LLVMGetNamedFunction(
    M: &Module,
    Name: *const c_char,
) -> Option<&Value>