Crate rustc_codegen_llvm
source ·Expand description
Modules
abi 🔒
asm 🔒
Set and unset common attributes on LLVM values.
back 🔒
base 🔒
Codegen the MIR to the LLVM IR.
builder 🔒
callee 🔒
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.
common 🔒
Code that is useful in various codegen modules.
consts 🔒
context 🔒
Debug Info Module
declare 🔒
Declare various LLVM values.
llvm_ 🔒
type_ 🔒
type_of 🔒
va_arg 🔒
value 🔒