[][src]Module rustc_codegen_llvm::callee

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Handles codegen of callees as well as other call-related things. Callees are a superset of normal rust values and sometimes have different representations. In particular, top-level fn items and methods are represented as just a fn ptr and not a full closure.

Functions

get_fn [
Experimental
]

Codegens a reference to a fn/method item, monomorphizing and inlining as it goes.

resolve_and_get_fn [
Experimental
]