| /third_party/rust/rust/compiler/rustc_incremental/src/persist/ |
| D | save.rs | 82 new_work_products: FxIndexMap<WorkProductId, WorkProduct>, in save_work_product_index() argument 122 work_products: &FxIndexMap<WorkProductId, WorkProduct>, in encode_work_product_index() argument 149 prev_work_products: FxIndexMap<WorkProductId, WorkProduct>, in build_dep_graph() argument
|
| D | work_product.rs | 19 ) -> Option<(WorkProductId, WorkProduct)> { in copy_cgu_workproduct_to_incr_comp_cache_dir() argument 48 pub fn delete_workproduct_files(sess: &Session, work_product: &WorkProduct) { in delete_workproduct_files()
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/ |
| D | write.rs | 27 cached_modules: Vec<(SerializedModule<Self::ModuleBuffer>, WorkProduct)>, in run_fat_lto() argument 35 cached_modules: Vec<(SerializedModule<Self::ModuleBuffer>, WorkProduct)>, in run_thin_lto() argument 36 ) -> Result<(Vec<LtoModuleCodegen<Self>>, Vec<WorkProduct>), FatalError>; in run_thin_lto()
|
| D | backend.rs | 104 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed>; in join_codegen() argument
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/ |
| D | lto.rs | 170 cached_modules: Vec<(SerializedModule<ModuleBuffer>, WorkProduct)>, in run_fat() argument 192 cached_modules: Vec<(SerializedModule<ModuleBuffer>, WorkProduct)>, in run_thin() argument 193 ) -> Result<(Vec<LtoModuleCodegen<LlvmCodegenBackend>>, Vec<WorkProduct>), FatalError> { in run_thin() 224 cached_modules: Vec<(SerializedModule<ModuleBuffer>, WorkProduct)>, in fat_lto() argument 427 cached_modules: Vec<(SerializedModule<ModuleBuffer>, WorkProduct)>, in thin_lto() argument 429 ) -> Result<(Vec<LtoModuleCodegen<LlvmCodegenBackend>>, Vec<WorkProduct>), FatalError> { in thin_lto()
|
| /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() argument
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/ |
| D | lib.rs | 194 cached_modules: Vec<(SerializedModule<Self::ModuleBuffer>, WorkProduct)>, in run_fat_lto() argument 201 cached_modules: Vec<(SerializedModule<Self::ModuleBuffer>, WorkProduct)>, in run_thin_lto() argument 202 ) -> Result<(Vec<LtoModuleCodegen<Self>>, Vec<WorkProduct>), FatalError> { in run_thin_lto() 358 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed> { in join_codegen() argument
|
| /third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/ |
| D | graph.rs | 120 prev_work_products: FxIndexMap<WorkProductId, WorkProduct>, in new() argument 686 pub fn previous_work_product(&self, v: &WorkProductId) -> Option<WorkProduct> { in previous_work_product() 692 pub fn previous_work_products(&self) -> &FxIndexMap<WorkProductId, WorkProduct> { in previous_work_products() argument 1045 pub struct WorkProduct { struct 1046 pub cgu_name: String, 1052 pub saved_files: UnordMap<String, String>,
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/ |
| D | lib.rs | 142 …OutputFilenames) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuarante… in join_codegen() argument 234 …duleBuffer>, WorkProduct)>) -> Result<(Vec<LtoModuleCodegen<Self>>, Vec<WorkProduct>), FatalError>… in run_thin_lto()
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/src/ |
| D | lib.rs | 226 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed> { in join_codegen() argument
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/src/driver/ |
| D | aot.rs | 57 ) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) { in join() argument
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/ |
| D | write.rs | 381 import_only_modules: Vec<(SerializedModule<B::ModuleBuffer>, WorkProduct)>, in generate_lto_work() argument 497 ) -> FxIndexMap<WorkProductId, WorkProduct> { in copy_all_cgu_workproducts_to_incr_comp_cache_dir() argument 1919 pub fn join(self, sess: &Session) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) { in join() argument
|
| /third_party/rust/rust/compiler/rustc_middle/src/mir/ |
| D | mono.rs | 348 pub fn previous_work_product(&self, tcx: TyCtxt<'_>) -> WorkProduct { in previous_work_product()
|