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()175 if (auto EC = readGSIHashRecords(HashRecords, HashHdr, Reader)) in read()
55 std::vector<PSHashRecord> HashRecords; member82 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()99 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()105 if (auto EC = Writer.writeArray(makeArrayRef(HashRecords))) in commit()153 HashRecords.reserve(Records.size()); in finalizeBuckets()167 ulittle32_t(HashRecords.size() * SizeOfHROffsetCalc); in finalizeBuckets()182 HashRecords.push_back(Entry.second); in finalizeBuckets()
54 FixedStreamArray<PSHashRecord> HashRecords; variable67 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin()68 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } in end()
1716 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()