Module rustc_codegen_llvm::context
source · Structs
- There is one
CodegenCx
per compilation unit. Each one has its own LLVMllvm::Context
so that several compilation units may be optimized in parallel. All other LLVM data structures in theCodegenCx
are tied to thatllvm::Context
.