HomeSort by: relevance | last modified time | path
    Searched refs:toArrayIndex (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/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();
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();
    [all...]
GlobalTypeTableBuilder.cpp 55 CVType Type(SeenRecords[Index.toArrayIndex()]);
67 return Index.toArrayIndex() < SeenRecords.size();
117 assert(Index.toArrayIndex() < SeenRecords.size() &&
128 auto Result = HashedRecords.try_emplace(Hash, Index.toArrayIndex());
137 SeenRecords[Index.toArrayIndex()] = Record;
138 SeenHashes[Index.toArrayIndex()] = Hash;
MergingTypeTableBuilder.cpp 55 CVType Type(SeenRecords[Index.toArrayIndex()]);
67 return Index.toArrayIndex() < SeenRecords.size();
108 Record = SeenRecords[ActualTI.toArrayIndex()];
129 assert(Index.toArrayIndex() < SeenRecords.size() &&
139 auto Result = HashedRecords.try_emplace(WeakHash, Index.toArrayIndex());
150 SeenRecords[Index.toArrayIndex()] = Record;
AppendingTypeTableBuilder.cpp 53 return CVType(SeenRecords[Index.toArrayIndex()]);
64 return Index.toArrayIndex() < SeenRecords.size();
104 assert(Index.toArrayIndex() < SeenRecords.size() &&
110 SeenRecords[Index.toArrayIndex()] = Record;
TypeHashing.cpp 61 if (TI.toArrayIndex() >= Prev.size() ||
62 Prev[TI.toArrayIndex()].empty()) {
67 BytesToHash = Prev[TI.toArrayIndex()].Hash;
TypeStreamMerger.cpp 368 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()];
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.h 38 return TI.toArrayIndex() <= NumTypeRecords &&
39 TypeReferenced.test(TI.toArrayIndex());
TypeReferenceTracker.cpp 92 if (RefTI.isSimple() || TypeOrIdReferenced.test(RefTI.toArrayIndex()))
96 TypeOrIdReferenced.set(RefTI.toArrayIndex());
MinimalTypeDumper.cpp 231 if (Index.toArrayIndex() >= HashValues.size()) {
234 uint32_t Hash = HashValues[Index.toArrayIndex()];
BytesOutputStyle.cpp 310 if (TI.toArrayIndex() >= Types.capacity()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 117 uint32_t toArrayIndex() const {
269 return A.toArrayIndex() - B.toArrayIndex();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp 155 uint32_t HV = HashValues[TIB.toArrayIndex()];

Completed in 66 milliseconds