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()
44 std::vector<PSHashRecord> HashRecords;126 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength() 136 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit() 241 auto BucketCmp = [Records](const PSHashRecord &LHash, in finalizeBuckets() 242 const PSHashRecord &RHash) { in finalizeBuckets() 259 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()