Searched refs:InFunctionScope (Results 1 – 2 of 2) sorted by relevance
677 bool InFunctionScope = false; in printCodeViewSymbolsSubsection() local691 if (InFunctionScope || Size < 36) { in printCodeViewSymbolsSubsection()695 InFunctionScope = true; in printCodeViewSymbolsSubsection()721 if (!InFunctionScope || Size > 0) { in printCodeViewSymbolsSubsection()725 InFunctionScope = false; in printCodeViewSymbolsSubsection()744 if (InFunctionScope) in printCodeViewSymbolsSubsection()
2627 bool InFunctionScope) { in shouldSkipAttribute() argument2642 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()