Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp222 TypeIndex CurrentTI = TypeIndex::fromArrayIndex(0); in fullScanForType() local
235 CurrentTI = LargestTypeIndex + 1; in fullScanForType()
242 ensureCapacityFor(CurrentTI); in fullScanForType()
243 LargestTypeIndex = std::max(LargestTypeIndex, CurrentTI); in fullScanForType()
244 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()
249 ++CurrentTI; in fullScanForType()
251 if (CurrentTI <= TI) { in fullScanForType()