Searched refs:CompUnitCount (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp370 W.printNumber("CU count", CompUnitCount);
392 CompUnitCount = AS.getU32(C);
497 Offset += Hdr.CompUnitCount * SectionOffsetSize;
588 assert(CU < Hdr.CompUnitCount);
597 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU);
606 SectionOffsetSize * (Hdr.CompUnitCount + Hdr.LocalTypeUnitCount) + 8 * TU;
702 for (uint32_t CU = 0; CU < Hdr.CompUnitCount; ++CU)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp196 uint32_t CompUnitCount; member in struct:__anon3423::Dwarf5AccelTableWriter::Header
205 Header(uint32_t CompUnitCount, uint32_t BucketCount, uint32_t NameCount) argument
206 : CompUnitCount(CompUnitCount), BucketCount(BucketCount),
367 assert(CompUnitCount > 0 && "Index must have at least one CU.");
379 Asm->emitInt32(CompUnitCount);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h235 uint32_t CompUnitCount; member in struct:llvm::DWARFDebugNames::Header
418 uint32_t getCUCount() const { return Hdr.CompUnitCount; }

Completed in 165 milliseconds