Searched defs:ModuleLlvm (Results 1 – 6 of 6) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/ |
| D | lib.rs | 120 ) -> ModuleLlvm { in codegen_allocator() 131 ) -> (ModuleCodegen<ModuleLlvm>, u64) { in compile_codegen_unit() 389 pub struct ModuleLlvm { struct 395 unsafe impl Send for ModuleLlvm {} implementation 396 unsafe impl Sync for ModuleLlvm {} implementation 398 impl ModuleLlvm { impl 441 impl Drop for ModuleLlvm { implementation
|
| D | base.rs | 60 pub fn compile_codegen_unit(tcx: TyCtxt<'_>, cgu_name: Symbol) -> (ModuleCodegen<ModuleLlvm>, u64) { in compile_codegen_unit() 77 fn module_codegen(tcx: TyCtxt<'_>, cgu_name: Symbol) -> ModuleCodegen<ModuleLlvm> { in compile_codegen_unit()
|
| D | allocator.rs | 17 module_llvm: &mut ModuleLlvm, in codegen()
|
| D | context.rs | 359 llvm_module: &'ll crate::ModuleLlvm, in new()
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/ |
| D | write.rs | 255 module: &ModuleCodegen<ModuleLlvm>, in save_temp_bitcode() 292 module: &ModuleCodegen<ModuleLlvm>, in new() 463 module: &ModuleCodegen<ModuleLlvm>, in llvm_optimize() 548 module: &ModuleCodegen<ModuleLlvm>, in optimize() 582 mut modules: Vec<ModuleCodegen<ModuleLlvm>>, in link() 583 ) -> Result<ModuleCodegen<ModuleLlvm>, FatalError> { in link() 605 module: ModuleCodegen<ModuleLlvm>, in codegen()
|
| D | lto.rs | 583 module: &mut ModuleCodegen<ModuleLlvm>, in run_pass_manager() 693 ) -> Result<ModuleCodegen<ModuleLlvm>, FatalError> { in optimize_thin_module()
|