Searched refs:PSHashRecord (Results 1 – 5 of 5) sorted by relevance
74 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex]; in findRecordsByName()107 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords()115 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()118 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
42 std::vector<PSHashRecord> HashRecords;124 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()134 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()239 auto BucketCmp = [Records](const PSHashRecord &LHash, in finalizeBuckets()240 const PSHashRecord &RHash) { in finalizeBuckets()257 for (PSHashRecord &HRec : make_range(B, E)) in finalizeBuckets()
31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,53 FixedStreamArray<PSHashRecord> HashRecords;
40 struct PSHashRecord { struct
1824 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()