Searched refs:InFunctionScope (Results 1 – 2 of 2) sorted by relevance
34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()56 bool InFunctionScope; member in __anonba14197b0111::CVSymbolDumperImpl550 if (InFunctionScope) in visitProcSym()553 InFunctionScope = true; in visitProcSym()585 InFunctionScope = false; in visitScopeEndSym()
2684 bool InFunctionScope) { in shouldSkipAttribute() argument2699 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()