Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp175 unsigned NumBadIndices = 0; member in __anonfdb2716c0111::TypeStreamMerger
247 ++NumBadIndices; in remapIndexFallback()
336 while (!LastError && NumBadIndices > 0) { in doit()
337 unsigned BadIndicesRemaining = NumBadIndices; in doit()
339 NumBadIndices = 0; in doit()
345 assert(NumBadIndices <= BadIndicesRemaining && in doit()
347 if (!LastError && NumBadIndices == BadIndicesRemaining) { in doit()