Lines Matching defs:CU
44 // because they added no information beyond the non-split CU)
58 // Offset from the first CU in the debug info section is 0 initially.
62 // DIE within each compile unit. All offsets are CU relative.
68 // because they added no information beyond the non-split CU)
81 // CU-relative offset is reset to 0 here.
85 // The return value here is CU-relative, after laying out
86 // all of the CU DIE.
91 // CU. It returns the offset after laying out the DIE.
123 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) {
128 if (Last.CU == &CU && Last.Ranges == R) {
135 &CU, std::move(R)});