Searched refs:toArrayIndex (Results 1 – 13 of 13) sorted by relevance
87 return Records[Index.toArrayIndex()].Offset; in getOffsetOfType()97 return Records[Index.toArrayIndex()].Type; in getType()110 return Records[Index.toArrayIndex()].Type; in tryGetType()126 uint32_t I = Index.toArrayIndex(); in getTypeName()139 if (Records.size() <= Index.toArrayIndex()) in contains()141 if (!Records[Index.toArrayIndex()].Type.valid()) in contains()159 uint32_t MinSize = Index.toArrayIndex() + 1; in ensureCapacityFor()241 uint32_t Offset = Records[LargestTypeIndex.toArrayIndex()].Offset; in fullScanForType()251 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()272 auto Idx = Begin.toArrayIndex(); in visitRange()
32 if (Prev.toArrayIndex() == size()) in getNext()38 assert(Index.toArrayIndex() < Records.size()); in getType()39 return CVType(Records[Index.toArrayIndex()]); in getType()46 uint32_t I = Index.toArrayIndex(); in getTypeName()55 return Index.toArrayIndex() <= size(); in contains()
55 CVType Type(SeenRecords[Index.toArrayIndex()]); in getType()67 return Index.toArrayIndex() < SeenRecords.size(); in contains()117 assert(Index.toArrayIndex() < SeenRecords.size() && in replaceType()128 auto Result = HashedRecords.try_emplace(Hash, Index.toArrayIndex()); in replaceType()137 SeenRecords[Index.toArrayIndex()] = Record; in replaceType()138 SeenHashes[Index.toArrayIndex()] = Hash; in replaceType()
55 CVType Type(SeenRecords[Index.toArrayIndex()]); in getType()67 return Index.toArrayIndex() < SeenRecords.size(); in contains()108 Record = SeenRecords[ActualTI.toArrayIndex()]; in insertRecordAs()129 assert(Index.toArrayIndex() < SeenRecords.size() && in replaceType()139 auto Result = HashedRecords.try_emplace(WeakHash, Index.toArrayIndex()); in replaceType()150 SeenRecords[Index.toArrayIndex()] = Record; in replaceType()
53 return CVType(SeenRecords[Index.toArrayIndex()]); in getType()64 return Index.toArrayIndex() < SeenRecords.size(); in contains()104 assert(Index.toArrayIndex() < SeenRecords.size() && in replaceType()110 SeenRecords[Index.toArrayIndex()] = Record; in replaceType()
61 if (TI.toArrayIndex() >= Prev.size() || in hashType()62 Prev[TI.toArrayIndex()].empty()) { in hashType()67 BytesToHash = Prev[TI.toArrayIndex()].Hash; in hashType()
368 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
38 return TI.toArrayIndex() <= NumTypeRecords && in isTypeReferenced()39 TypeReferenced.test(TI.toArrayIndex()); in isTypeReferenced()
92 if (RefTI.isSimple() || TypeOrIdReferenced.test(RefTI.toArrayIndex())) in addOneTypeRef()96 TypeOrIdReferenced.set(RefTI.toArrayIndex()); in addOneTypeRef()
231 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()234 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
310 if (TI.toArrayIndex() >= Types.capacity()) { in dumpTypeIndex()
117 uint32_t toArrayIndex() const { in toArrayIndex() function269 return A.toArrayIndex() - B.toArrayIndex();
155 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()