Searched refs:NameCount (Results 1 – 6 of 6) sorted by relevance
373 W.printNumber("Name count", NameCount); in dump()395 NameCount = AS.getU32(C); in extract()503 Offset += Hdr.NameCount * 4; in extract()505 Offset += Hdr.NameCount * SectionOffsetSize; in extract()507 Offset += Hdr.NameCount * SectionOffsetSize; in extract()637 assert(0 < Index && Index <= Hdr.NameCount); in getNameTableEntry()660 assert(0 < Index && Index <= Hdr.NameCount); in getHashArrayEntry()740 if (Index > Hdr.NameCount) { in dumpBucket()745 for (; Index <= Hdr.NameCount; ++Index) { in dumpBucket()817 for (; Index <= Hdr.NameCount; ++Index) { in findEntryOffsetInCurrentIndex()
22 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount()76 if (auto EC = Reader.readInteger(NameCount)) in readEpilogue()
51 uint32_t NameCount = 0; variable
198 uint32_t NameCount; member203 Header(uint32_t CompUnitCount, uint32_t BucketCount, uint32_t NameCount) in Header()205 NameCount(NameCount) {} in Header()381 Asm->emitInt32(NameCount); in emit()
357 uint32_t NameCount = 0; in main() local373 NameCount++; in main()433 argv[3], NameCount, Tree.size() / 1024.0, Dict.size() / 1024.0); in main()
246 uint32_t NameCount; member451 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount()