Searched defs:CodegenResults (Results 1 – 9 of 9) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/ |
| D | lib.rs | 171 pub struct CodegenResults { struct 172 pub modules: Vec<CompiledModule>, 173 pub allocator_module: Option<CompiledModule>, 174 pub metadata_module: Option<CompiledModule>, 175 pub metadata: rustc_metadata::EncodedMetadata, 176 pub crate_info: CrateInfo, 217 impl CodegenResults { implementation 221 codegen_results: &CodegenResults, in serialize_rlink()
|
| /third_party/rust/rust/tests/run-make-fulldeps/hotplug_codegen_backend/ |
| D | the_backend.rs | 52 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed> { in join_codegen() 62 codegen_results: CodegenResults, in link()
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/ |
| D | link.rs | 66 codegen_results: &CodegenResults, in link_binary() 298 codegen_results: &CodegenResults, in link_rlib() 501 codegen_results: &CodegenResults, in link_staticlib() 610 cg_results: &CodegenResults, in link_dwarf_object() 722 codegen_results: &CodegenResults, in link_natively() 1798 codegen_results: &CodegenResults, in add_late_link_args() 1928 fn add_local_crate_regular_objects(cmd: &mut dyn Linker, codegen_results: &CodegenResults) { in add_local_crate_regular_objects() 1935 fn add_local_crate_allocator_objects(cmd: &mut dyn Linker, codegen_results: &CodegenResults) { in add_local_crate_allocator_objects() 1945 codegen_results: &CodegenResults, in add_local_crate_metadata_objects() 1987 codegen_results: &CodegenResults, in add_rpath_args() [all …]
|
| D | write.rs | 1919 pub fn join(self, sess: &Session) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) { in join()
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/ |
| D | backend.rs | 104 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed>; in join_codegen() 114 codegen_results: CodegenResults, in link()
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/src/ |
| D | lib.rs | 226 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed> { in join_codegen() 236 codegen_results: CodegenResults, in link()
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/ |
| D | lib.rs | 142 …f, ongoing_codegen: Box<dyn Any>, sess: &Session, _outputs: &OutputFilenames) -> Result<(CodegenRe… in join_codegen() 151 …fn link(&self, sess: &Session, codegen_results: CodegenResults, outputs: &OutputFilenames) -> Resu… in link()
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/ |
| D | lib.rs | 358 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed> { in join_codegen() 377 codegen_results: CodegenResults, in link()
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/src/driver/ |
| D | aot.rs | 57 ) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) { in join()
|