Searched refs:PSHashRecord (Results 1 – 5 of 5) sorted by relevance
75 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex]; in findRecordsByName()108 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords()116 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()119 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
43 std::vector<PSHashRecord> HashRecords;125 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()135 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()240 auto BucketCmp = [Records](const PSHashRecord &LHash, in finalizeBuckets()241 const PSHashRecord &RHash) { in finalizeBuckets()258 for (PSHashRecord &HRec : make_range(B, E)) in finalizeBuckets()
31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,53 FixedStreamArray<PSHashRecord> HashRecords;
40 struct PSHashRecord { struct
1729 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()