Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp174 bool IsSecondPass = false; member in __anon294433670111::TypeStreamMerger
208 if (!IsSecondPass) { in addMapping()
224 if (IsSecondPass && MapPos >= Map.size()) { in remapIndexFallback()
322 IsSecondPass = true; in doit()
382 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()