Home
last modified time | relevance | path

Searched refs:NameCount (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp22 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount()
76 if (auto EC = Reader.readInteger(NameCount)) in readEpilogue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp440 W.printNumber("Name count", NameCount); in dump()
462 NameCount = AS.getU32(C); in extract()
570 Offset += Hdr.NameCount * 4; in extract()
572 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
574 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
720 assert(0 < Index && Index <= Hdr.NameCount); in getNameTableEntry()
743 assert(0 < Index && Index <= Hdr.NameCount); in getHashArrayEntry()
823 if (Index > Hdr.NameCount) { in dumpBucket()
828 for (; Index <= Hdr.NameCount; ++Index) { in dumpBucket()
900 for (; Index <= Hdr.NameCount; ++Index) { in findEntryOffsetInCurrentIndex()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h51 uint32_t NameCount = 0; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp195 uint32_t NameCount = 0; member
202 uint32_t NameCount) in Header()
205 NameCount(NameCount) {} in Header()
394 Asm->emitInt32(NameCount); in emit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h390 uint32_t NameCount; member
604 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount()