Searched refs:NameCount (Results 1 – 6 of 6) sorted by relevance
374 W.printNumber("Name count", NameCount); in dump()396 NameCount = AS.getU32(C); in extract()504 Offset += Hdr.NameCount * 4; in extract()506 Offset += Hdr.NameCount * SectionOffsetSize; in extract()508 Offset += Hdr.NameCount * SectionOffsetSize; in extract()638 assert(0 < Index && Index <= Hdr.NameCount); in getNameTableEntry()661 assert(0 < Index && Index <= Hdr.NameCount); in getHashArrayEntry()741 if (Index > Hdr.NameCount) { in dumpBucket()746 for (; Index <= Hdr.NameCount; ++Index) { in dumpBucket()818 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()
247 uint32_t NameCount; member452 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount()