Home
last modified time | relevance | path

Searched defs:llmod (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dallocator.rs23 let llmod = module_llvm.llmod(); in codegen() localVariable
Dcontext.rs49 pub llmod: &'ll llvm::Module, field
142 let llmod = llvm::LLVMModuleCreateWithNameInContext(mod_name.as_ptr(), llcx); in create_module() localVariable
Dlib.rs436 fn llmod(&self) -> &llvm::Module { in llmod() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/
Dwrite.rs266 let llmod = module.module_llvm.llmod(); in save_temp_bitcode() localVariable
553 let llmod = module.module_llvm.llmod(); in optimize() localVariable
610 let llmod = module.module_llvm.llmod(); in codegen() localVariable
744 let llmod = if let EmitObj::ObjectCode(_) = config.emit_obj { in codegen() localVariable
Dlto.rs714 let llmod = module.module_llvm.llmod(); in optimize_thin_module() localVariable
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dmod.rs63 llmod: &'ll llvm::Module, field