Structs§
- There is one
CodegenCx
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 🔒 ⚠