Searched refs:NameCount (Results 1 – 5 of 5) sorted by relevance
22 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount()76 if (auto EC = Reader.readInteger(NameCount)) in readEpilogue()
440 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()
51 uint32_t NameCount = 0; variable
195 uint32_t NameCount = 0; member202 uint32_t NameCount) in Header()205 NameCount(NameCount) {} in Header()394 Asm->emitInt32(NameCount); in emit()
390 uint32_t NameCount; member604 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount()