Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp176 unsigned NumBadIndices = 0; member in __anon294433670111::TypeStreamMerger
233 ++NumBadIndices; in remapIndexFallback()
320 while (!LastError && NumBadIndices > 0) { in doit()
321 unsigned BadIndicesRemaining = NumBadIndices; in doit()
323 NumBadIndices = 0; in doit()
329 assert(NumBadIndices <= BadIndicesRemaining && in doit()
331 if (!LastError && NumBadIndices == BadIndicesRemaining) { in doit()