rustc_codegen_llvm::llvm::enzyme_ffi

Function LLVMGetNamedFunction

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