Home
last modified time | relevance | path

Searched defs:ongoing_codegen (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/run-make-fulldeps/issue-19371/
Dfoo.rs68 let ongoing_codegen = queries.ongoing_codegen()?; in compile() localVariable
/third_party/rust/rust/compiler/rustc_interface/src/
Dqueries.rs250 pub fn ongoing_codegen(&'tcx self) -> Result<Box<dyn Any>> { in ongoing_codegen() method
334 ongoing_codegen: Box<dyn Any>, field
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Dbase.rs597 let ongoing_codegen = start_async_codegen(backend, tcx, target_cpu, metadata, None); in codegen_crate() localVariable
648 let ongoing_codegen = in codegen_crate() localVariable
/third_party/rust/rust/compiler/rustc_driver_impl/src/
Dlib.rs443 let ongoing_codegen = queries.ongoing_codegen()?; in run_compiler() localVariable