Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp225 TypeIndex CurrentTI = TypeIndex::fromArrayIndex(0); in fullScanForType() local
238 CurrentTI = LargestTypeIndex + 1; in fullScanForType()
245 ensureCapacityFor(CurrentTI); in fullScanForType()
246 LargestTypeIndex = std::max(LargestTypeIndex, CurrentTI); in fullScanForType()
247 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()
252 ++CurrentTI; in fullScanForType()
254 if (CurrentTI <= TI) { in fullScanForType()