Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp228 TypeIndex CurrentTI = TypeIndex::fromArrayIndex(0); in fullScanForType() local
241 CurrentTI = LargestTypeIndex + 1; in fullScanForType()
248 ensureCapacityFor(CurrentTI); in fullScanForType()
249 LargestTypeIndex = std::max(LargestTypeIndex, CurrentTI); in fullScanForType()
250 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()
255 ++CurrentTI; in fullScanForType()
257 if (CurrentTI <= TI) { in fullScanForType()