Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dmono.rs227 pub struct CodegenUnit<'tcx> { struct
232 name: Symbol,
233 items: FxHashMap<MonoItem<'tcx>, (Linkage, Visibility)>,
234 size_estimate: usize,
235 primary: bool,
238 is_code_coverage_dead_code_cgu: bool,
266 impl<'tcx> CodegenUnit<'tcx> { implementation
403 impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for CodegenUnit<'tcx> { implementation
405 let CodegenUnit { in hash_stable() localVariable