Home
last modified time | relevance | path

Searched defs:module_llvm (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Dlib.rs70 pub module_llvm: M, field
Dbase.rs655 let module_llvm = tcx.sess.time("write_allocator_module", || { in codegen_crate() localVariable
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dlib.rs121 let mut module_llvm = ModuleLlvm::new_metadata(tcx, module_name); in codegen_allocator() localVariable