Home
last modified time | relevance | path

Searched defs:CompiledModule (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Dlib.rs81 ) -> CompiledModule { in into_compiled_module()
91 pub struct CompiledModule { struct
92 pub name: String,
93 pub kind: ModuleKind,
94 pub object: Option<PathBuf>,
95 pub dwarf_object: Option<PathBuf>,
96 pub bytecode: Option<PathBuf>,
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/back/
Dwrite.rs13 …andler: &Handler, module: ModuleCodegen<GccContext>, config: &ModuleConfig) -> Result<CompiledModu… in codegen()
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dwrite.rs57 ) -> Result<CompiledModule, FatalError>; in codegen()
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/driver/
Daot.rs177 ) -> Result<CompiledModule, String> { in emit_module()
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dlib.rs256 …dler: &Handler, module: ModuleCodegen<Self::Module>, config: &ModuleConfig) -> Result<CompiledModu… in codegen()
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dlib.rs231 ) -> Result<CompiledModule, FatalError> { in codegen()
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/
Dwrite.rs607 ) -> Result<CompiledModule, FatalError> { in codegen()
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/
Dwrite.rs442 metadata_module: Option<CompiledModule>, in start_async_codegen()