Searched refs:HashRecords (Results 1 – 4 of 4) sorted by relevance
67 EndRecordIndex = GlobalsTable.HashRecords.size() * 12; in findRecordsByName()72 assert(EndRecordIndex <= GlobalsTable.HashRecords.size()); in findRecordsByName()74 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex]; in findRecordsByName()107 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords() argument119 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in readGSIHashRecords()174 if (auto EC = readGSIHashRecords(HashRecords, HashHdr, Reader)) in read()
42 std::vector<PSHashRecord> HashRecords; member124 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()134 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()140 if (auto EC = Writer.writeArray(makeArrayRef(HashRecords))) in commit()219 HashRecords.resize(Records.size()); in finalizeBuckets()224 HashRecords[HashIdx].Off = I; in finalizeBuckets()225 HashRecords[HashIdx].CRef = 1; in finalizeBuckets()235 auto B = HashRecords.begin() + BucketStarts[I]; in finalizeBuckets()236 auto E = HashRecords.begin() + BucketCursors[I]; in finalizeBuckets()
53 FixedStreamArray<PSHashRecord> HashRecords; variable66 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin()67 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } in end()
1824 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()