Home
last modified time | relevance | path

Searched defs:compile_codegen_unit (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbase.rs66 pub fn compile_codegen_unit(tcx: TyCtxt<'_>, cgu_name: Symbol, supports_128bit_integers: bool) -> (… in compile_codegen_unit() function
Dlib.rs176 …fn compile_codegen_unit(&self, tcx: TyCtxt<'_>, cgu_name: Symbol) -> (ModuleCodegen<Self::Module>,… in compile_codegen_unit() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbase.rs60 pub fn compile_codegen_unit(tcx: TyCtxt<'_>, cgu_name: Symbol) -> (ModuleCodegen<ModuleLlvm>, u64) { in compile_codegen_unit() function
Dlib.rs127 fn compile_codegen_unit( in compile_codegen_unit() method
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbackend.rs131 fn compile_codegen_unit( in compile_codegen_unit() method