Home
last modified time | relevance | path

Searched refs:toArrayIndex (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp87 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()
H A DTypeTableCollection.cpp32 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()
H A DGlobalTypeTableBuilder.cpp55 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()
H A DMergingTypeTableBuilder.cpp55 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()
H A DAppendingTypeTableBuilder.cpp53 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()
H A DTypeHashing.cpp61 if (TI.toArrayIndex() >= Prev.size() || in hashType()
62 Prev[TI.toArrayIndex()].empty()) { in hashType()
67 BytesToHash = Prev[TI.toArrayIndex()].Hash; in hashType()
H A DTypeStreamMerger.cpp368 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.h38 return TI.toArrayIndex() <= NumTypeRecords && in isTypeReferenced()
39 TypeReferenced.test(TI.toArrayIndex()); in isTypeReferenced()
H A DTypeReferenceTracker.cpp92 if (RefTI.isSimple() || TypeOrIdReferenced.test(RefTI.toArrayIndex())) in addOneTypeRef()
96 TypeOrIdReferenced.set(RefTI.toArrayIndex()); in addOneTypeRef()
H A DMinimalTypeDumper.cpp231 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()
234 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
H A DBytesOutputStyle.cpp310 if (TI.toArrayIndex() >= Types.capacity()) { in dumpTypeIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h117 uint32_t toArrayIndex() const { in toArrayIndex() function
269 return A.toArrayIndex() - B.toArrayIndex();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp155 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()