|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/TypeIndex.h 260 return A.toArrayIndex() - B.toArrayIndex();
260 return A.toArrayIndex() - B.toArrayIndex();
lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp 53 return CVType(SeenRecords[Index.toArrayIndex()]);
64 return Index.toArrayIndex() < SeenRecords.size();
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp 55 CVType Type(SeenRecords[Index.toArrayIndex()]);
67 return Index.toArrayIndex() < SeenRecords.size();
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp 87 return Records[Index.toArrayIndex()].Offset;
97 return Records[Index.toArrayIndex()].Type;
110 return Records[Index.toArrayIndex()].Type;
126 uint32_t I = Index.toArrayIndex();
139 if (Records.size() <= Index.toArrayIndex())
141 if (!Records[Index.toArrayIndex()].Type.valid())
159 uint32_t MinSize = Index.toArrayIndex() + 1;
241 uint32_t Offset = Records[LargestTypeIndex.toArrayIndex()].Offset;
251 auto Idx = CurrentTI.toArrayIndex();
272 auto Idx = Begin.toArrayIndex();
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp 55 CVType Type(SeenRecords[Index.toArrayIndex()]);
67 return Index.toArrayIndex() < SeenRecords.size();
106 Record = SeenRecords[ActualTI.toArrayIndex()];
lib/DebugInfo/CodeView/TypeHashing.cpp 61 if (TI.toArrayIndex() >= Prev.size() ||
62 Prev[TI.toArrayIndex()].empty()) {
67 BytesToHash = Prev[TI.toArrayIndex()].Hash;
lib/DebugInfo/CodeView/TypeStreamMerger.cpp 380 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()];
lib/DebugInfo/CodeView/TypeTableCollection.cpp 32 if (Prev.toArrayIndex() == size())
38 assert(Index.toArrayIndex() < Records.size());
39 return CVType(Records[Index.toArrayIndex()]);
46 uint32_t I = Index.toArrayIndex();
55 return Index.toArrayIndex() <= size();
lib/DebugInfo/PDB/Native/TpiStream.cpp 155 uint32_t HV = HashValues[TIB.toArrayIndex()];
tools/lld/COFF/PDB.cpp 577 if (ti.toArrayIndex() >= typeIndexMap.size())
579 ti = typeIndexMap[ti.toArrayIndex()];
tools/llvm-pdbutil/BytesOutputStyle.cpp 310 if (TI.toArrayIndex() >= Types.capacity()) {
tools/llvm-pdbutil/MinimalTypeDumper.cpp 230 if (Index.toArrayIndex() >= HashValues.size()) {
233 uint32_t Hash = HashValues[Index.toArrayIndex()];
tools/llvm-pdbutil/TypeReferenceTracker.cpp 92 if (RefTI.isSimple() || TypeOrIdReferenced.test(RefTI.toArrayIndex()))
96 TypeOrIdReferenced.set(RefTI.toArrayIndex());
tools/llvm-pdbutil/TypeReferenceTracker.h 38 return TI.toArrayIndex() <= NumTypeRecords &&
39 TypeReferenced.test(TI.toArrayIndex());
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp 144 if (GlobalState->TypeVector[TI.toArrayIndex()] !=
148 if (GlobalState->Records[TI.toArrayIndex()] !=
unittests/DebugInfo/CodeView/TypeHashingTest.cpp 48 return Hashes[TI.toArrayIndex()].Hash;