Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp230 TypeIndex CurrentTI = TypeIndex::fromArrayIndex(0); in fullScanForType() local
243 CurrentTI = LargestTypeIndex + 1; in fullScanForType()
250 ensureCapacityFor(CurrentTI); in fullScanForType()
251 LargestTypeIndex = std::max(LargestTypeIndex, CurrentTI); in fullScanForType()
252 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()
257 ++CurrentTI; in fullScanForType()
259 if (CurrentTI <= TI) { in fullScanForType()