Home
last modified time | relevance | path

Searched defs:WorkProduct (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/rust/compiler/rustc_incremental/src/persist/
Dsave.rs82 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
Dwork_product.rs19 ) -> 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/
Dwrite.rs27 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()
Dbackend.rs104 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed>; in join_codegen() argument
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/
Dlto.rs170 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/
Dthe_backend.rs52 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed> { in join_codegen() argument
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dlib.rs194 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/
Dgraph.rs120 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/
Dlib.rs142 …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/
Dlib.rs226 ) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed> { in join_codegen() argument
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/driver/
Daot.rs57 ) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) { in join() argument
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/
Dwrite.rs381 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/
Dmono.rs348 pub fn previous_work_product(&self, tcx: TyCtxt<'_>) -> WorkProduct { in previous_work_product()