Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp173 bool IsSecondPass = false; member in __anon5652b89b0111::TypeStreamMerger
207 if (!IsSecondPass) { in addMapping()
223 if (IsSecondPass && MapPos >= Map.size()) { in remapIndexFallback()
323 IsSecondPass = true; in doit()
383 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()