Structsยง
- Codegen
Cx ๐There is oneCodegenCx
per codegen unit. Each one has its own LLVMllvm::Context
so that several codegen units may be processed in parallel. All other LLVM data structures in theCodegenCx
are tied to thatllvm::Context
.
Functionsยง
- create_
module ๐ โ - to_
llvm_ ๐tls_ model