Searched refs:HashRecords (Results 1 – 4 of 4) sorted by relevance
68 EndRecordIndex = GlobalsTable.HashRecords.size() * 12; in findRecordsByName()73 assert(EndRecordIndex <= GlobalsTable.HashRecords.size()); in findRecordsByName()75 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex]; in findRecordsByName()108 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords() argument120 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in readGSIHashRecords()173 if (auto EC = readGSIHashRecords(HashRecords, HashHdr, Reader)) in read()
44 std::vector<PSHashRecord> HashRecords;126 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength() 136 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit() 142 if (auto EC = Writer.writeArray(ArrayRef(HashRecords))) in commit() 221 HashRecords.resize(Records.size()); in finalizeBuckets() 226 HashRecords[HashIdx].Off = I; in finalizeBuckets() 227 HashRecords[HashIdx].CRef = 1; in finalizeBuckets() 237 auto B = HashRecords.begin() + BucketStarts[I]; in finalizeBuckets() 238 auto E = HashRecords.begin() + BucketCursors[I]; in finalizeBuckets() 43 std::vector<PSHashRecord> HashRecords; global() member
53 FixedStreamArray<PSHashRecord> HashRecords; variable66 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin()67 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } in end()
1729 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()