Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp34 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
62 bool InFunctionScope; member in __anond61ef6ba0111::CVSymbolDumperImpl
558 if (InFunctionScope) in visitKnownRecord()
562 InFunctionScope = true; in visitKnownRecord()
587 InFunctionScope = false; in visitKnownRecord()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp36 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
64 bool InFunctionScope; member in __anonecd47b740111::CVSymbolDumperImpl
560 if (InFunctionScope) in visitKnownRecord()
564 InFunctionScope = true; in visitKnownRecord()
589 InFunctionScope = false; in visitKnownRecord()
/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
56 bool InFunctionScope; member in __anond0a8c9120111::CVSymbolDumperImpl
550 if (InFunctionScope) in visitProcSym()
553 InFunctionScope = true; in visitProcSym()
585 InFunctionScope = false; in visitScopeEndSym()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Readers/
DLVCodeViewVisitor.h141 bool InFunctionScope = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Readers/
DLVCodeViewVisitor.h141 bool InFunctionScope = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Readers/
DLVCodeViewVisitor.h141 bool InFunctionScope = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Readers/
DLVCodeViewVisitor.h141 bool InFunctionScope = false; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1424 uint16_t Tag, bool InDebugMap, bool SkipPC, bool InFunctionScope) { in shouldSkipAttribute() argument
1443 (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp2684 bool InFunctionScope) { in shouldSkipAttribute() argument
2699 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()