Searched defs:CodegenUnit (Results 1 – 1 of 1) sorted by relevance
227 pub struct CodegenUnit<'tcx> { struct232 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> { implementation403 impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for CodegenUnit<'tcx> { implementation405 let CodegenUnit { in hash_stable() localVariable