Searched refs:HashRecords (Results 1 – 6 of 6) sorted by relevance
52 FixedStreamArray<PSHashRecord> HashRecords; variable64 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin()65 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } in end()
34 std::vector<PSHashRecord> HashRecords; member53 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()70 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()76 if (auto EC = Writer.writeArray(makeArrayRef(HashRecords))) in commit()124 HashRecords.reserve(Records.size()); in finalizeBuckets()138 ulittle32_t(HashRecords.size() * SizeOfHROffsetCalc); in finalizeBuckets()154 HashRecords.push_back(Entry.second); in finalizeBuckets()
67 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords() argument79 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in readGSIHashRecords()118 if (auto EC = readGSIHashRecords(HashRecords, HashHdr, Reader)) in read()
62 codeview::FixedStreamArray<PSHashRecord> HashRecords; variable
110 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in reload()
1522 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()