Searched refs:PSHashRecord (Results 1 – 8 of 8) sorted by relevance
34 std::vector<PSHashRecord> HashRecords;53 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()70 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()106 std::array<std::vector<std::pair<StringRef, PSHashRecord>>, IPHR_HASH + 1> in finalizeBuckets()110 PSHashRecord HR; in finalizeBuckets()148 [](const std::pair<StringRef, PSHashRecord> &Left, in finalizeBuckets()149 const std::pair<StringRef, PSHashRecord> &Right) { in finalizeBuckets()
67 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords()75 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()78 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
30 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,52 FixedStreamArray<PSHashRecord> HashRecords;
41 struct PSHashRecord { struct
106 if (HashHdr->HrSize % sizeof(PSHashRecord)) in reload()109 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in reload()
26 struct PSHashRecord { struct
62 codeview::FixedStreamArray<PSHashRecord> HashRecords;
1522 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()