Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
56 bool InFunctionScope; member in __anonba14197b0111::CVSymbolDumperImpl
550 if (InFunctionScope) in visitProcSym()
553 InFunctionScope = true; in visitProcSym()
585 InFunctionScope = false; in visitScopeEndSym()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2684 bool InFunctionScope) { in shouldSkipAttribute() argument
2699 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()