Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp175 unsigned NumBadIndices = 0; member in __anon8a24fc970111::TypeStreamMerger
232 ++NumBadIndices; in remapIndexFallback()
321 while (!LastError && NumBadIndices > 0) { in doit()
322 unsigned BadIndicesRemaining = NumBadIndices; in doit()
324 NumBadIndices = 0; in doit()
330 assert(NumBadIndices <= BadIndicesRemaining && in doit()
332 if (!LastError && NumBadIndices == BadIndicesRemaining) { in doit()