Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp229 TypeIndex CurrentTI = TypeIndex::fromArrayIndex(0); in fullScanForType() local
242 CurrentTI = LargestTypeIndex + 1; in fullScanForType()
249 ensureCapacityFor(CurrentTI); in fullScanForType()
250 LargestTypeIndex = std::max(LargestTypeIndex, CurrentTI); in fullScanForType()
251 auto Idx = CurrentTI.toArrayIndex(); in fullScanForType()
256 ++CurrentTI; in fullScanForType()
258 if (CurrentTI <= TI) { in fullScanForType()