Searched refs:PSHashRecord (Results 1 – 5 of 5) sorted by relevance
55 std::vector<PSHashRecord> HashRecords;82 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()99 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()135 std::array<std::vector<std::pair<StringRef, PSHashRecord>>, IPHR_HASH + 1> in finalizeBuckets()139 PSHashRecord HR; in finalizeBuckets()176 llvm::sort(Bucket, [](const std::pair<StringRef, PSHashRecord> &Left, in finalizeBuckets()177 const std::pair<StringRef, PSHashRecord> &Right) { in finalizeBuckets()
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()
32 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,54 FixedStreamArray<PSHashRecord> HashRecords;
41 struct PSHashRecord { struct
1716 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()