Lines Matching defs:CU
60 // LLD doesn't generate Types CU List, and in CU list offset
62 // GDB 11+ includes only CUs in CU list and generates Types
64 // GDB 9 includes CUs and TUs in CU list and generates TYpes
76 errs() << "BOLT-ERROR: .gdb_index: CU count mismatch\n";
82 const DWARFUnit *CU = BC.DwCtx->getUnitAtIndex(Index);
83 if (SkipTypeUnits && CU->isTypeUnit())
87 if (CU->getOffset() != Offset) {
88 errs() << "BOLT-ERROR: .gdb_index CU offset mismatch\n";
133 // Writing out CU List <Offset, Size>
135 // Skipping TU for DWARF5 when they are not included in CU list.
139 // Length encoded in CU doesn't contain first 4 bytes that encode length.
144 // Rewrite TU CU List, since abbrevs can be different.
147 // 0x418503b8111e9a7b Spec says " triplet, the first value is the CU offset,
148 // the second value is the type offset in the CU, and the third value is the