rustc_codegen_llvm

Module context

Source

Structs§

  • CodegenCx 🔒
    There is one CodegenCx per codegen unit. Each one has its own LLVM llvm::Context so that several codegen units may be processed in parallel. All other LLVM data structures in the CodegenCx are tied to that llvm::Context.

Functions§