Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp88 return Records[Index.toArrayIndex()].Offset; in getOffsetOfType()
98 return Records[Index.toArrayIndex()].Type; in getType()
111 return Records[Index.toArrayIndex()].Type; in tryGetType()
127 uint32_t I = Index.toArrayIndex(); in getTypeName()
140 if (Records.size() <= Index.toArrayIndex()) in contains()
142 if (!Records[Index.toArrayIndex()].Type.valid()) in contains()
160 uint32_t MinSize = Index.toArrayIndex() + 1; in ensureCapacityFor()
242 uint32_t Offset = Records[LargestTypeIndex.toArrayIndex()].Offset; in fullScanForType()
252 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()
273 auto Idx = Begin.toArrayIndex(); in visitRange()
H A DTypeTableCollection.cpp33 if (Prev.toArrayIndex() == size()) in getNext()
39 assert(Index.toArrayIndex() < Records.size()); in getType()
40 ArrayRef<uint8_t> Bytes = Records[Index.toArrayIndex()]; in getType()
51 uint32_t I = Index.toArrayIndex(); in getTypeName()
60 return Index.toArrayIndex() <= size(); in contains()
H A DMergingTypeTableBuilder.cpp57 Type.RecordData = SeenRecords[Index.toArrayIndex()]; in getType()
72 return Index.toArrayIndex() < SeenRecords.size(); in contains()
111 Record = SeenRecords[ActualTI.toArrayIndex()]; in insertRecordAs()
H A DAppendingTypeTableBuilder.cpp55 Type.RecordData = SeenRecords[Index.toArrayIndex()]; in getType()
70 return Index.toArrayIndex() < SeenRecords.size(); in contains()
H A DTypeHashing.cpp58 if (TI.isSimple() || TI.isNoneType() || TI.toArrayIndex() >= Prev.size()) { in hashType()
62 BytesToHash = Prev[TI.toArrayIndex()].Hash; in hashType()
H A DGlobalTypeTableBuilder.cpp57 Type.RecordData = SeenRecords[Index.toArrayIndex()]; in getType()
75 return Index.toArrayIndex() < SeenRecords.size(); in contains()
H A DTypeStreamMerger.cpp381 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h118 uint32_t toArrayIndex() const { in toArrayIndex() function
261 return A.toArrayIndex() - B.toArrayIndex();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp157 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp231 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()
234 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
H A DBytesOutputStyle.cpp311 if (TI.toArrayIndex() >= Types.capacity()) { in dumpTypeIndex()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp767 if (TI.toArrayIndex() >= TypeIndexMap.size()) in remapTypeIndex()
769 TI = TypeIndexMap[TI.toArrayIndex()]; in remapTypeIndex()