Home
last modified time | relevance | path

Searched refs:needs_thin_lto (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/back/
H A Dwrite.rs365 needs_thin_lto: Vec<(String, B::ThinBuffer)>, in generate_lto_work()
371 assert!(needs_thin_lto.is_empty()); in generate_lto_work()
377 B::run_thin_lto(cgcx, needs_thin_lto, import_only_modules).unwrap_or_else(|e| e.raise()) in generate_lto_work()
1223 let mut needs_thin_lto = Vec::new(); in start_executing_work() localVariable
1254 && needs_thin_lto.is_empty() in start_executing_work()
1315 let needs_thin_lto = mem::take(&mut needs_thin_lto); in start_executing_work() localVariable
1319 generate_lto_work(&cgcx, needs_fat_lto, needs_thin_lto, import_only_modules) in start_executing_work()
1500 needs_thin_lto.push((name, thin_buffer)); in start_executing_work()