Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp37 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
60 bool InFunctionScope; member in __anonca17c7540111::CVSymbolDumperImpl
545 if (InFunctionScope) in visitKnownRecord()
549 InFunctionScope = true; in visitKnownRecord()
574 InFunctionScope = false; in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
56 bool InFunctionScope; member in __anonce6ef81c0111::CVSymbolDumperImpl
550 if (InFunctionScope) in visitProcSym()
553 InFunctionScope = true; in visitProcSym()
585 InFunctionScope = false; in visitScopeEndSym()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1345 bool InFunctionScope) { in shouldSkipAttribute() argument
1360 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2684 bool InFunctionScope) { in shouldSkipAttribute() argument
2699 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()