Searched refs:PSHashRecord (Results 1 – 4 of 4) sorted by relevance
54 std::vector<PSHashRecord> HashRecords;81 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()98 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()134 std::array<std::vector<std::pair<StringRef, PSHashRecord>>, IPHR_HASH + 1> in finalizeBuckets()138 PSHashRecord HR; in finalizeBuckets()175 llvm::sort(Bucket, [](const std::pair<StringRef, PSHashRecord> &Left, in finalizeBuckets()176 const std::pair<StringRef, PSHashRecord> &Right) { in finalizeBuckets()
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()
31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,53 FixedStreamArray<PSHashRecord> HashRecords;
40 struct PSHashRecord { struct