Searched defs:CodegenContext (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/back/ |
| D | write.rs | 322 pub struct CodegenContext<B: WriteBackendMethods> { struct 324 pub prof: SelfProfilerRef, 325 pub lto: Lto, 326 pub save_temps: bool, 327 pub fewer_names: bool, 328 pub time_trace: bool, 329 pub exported_symbols: Option<Arc<ExportedSymbols>>, 330 pub opts: Arc<config::Options>, 331 pub crate_types: Vec<CrateType>, 332 pub each_linked_rlib_for_lto: Vec<(CrateNum, PathBuf)>, [all …]
|