Module rustc_codegen_llvm::context
source ยท Structsยง
- Codegen
Cx ๐There is oneCodegenCx
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
.
Functionsยง
- create_
module ๐ โ - to_
llvm_ ๐tls_ model