Home
last modified time | relevance | path

Searched defs:HeaderScope (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DInputFile.h165 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule()
177 Error iterateSymbolGroups(InputFile &Input, const PrintScope &HeaderScope, in iterateSymbolGroups()
205 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DInputFile.h165 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule()
177 Error iterateSymbolGroups(InputFile &Input, const PrintScope &HeaderScope, in iterateSymbolGroups()
205 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h165 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule()
177 Error iterateSymbolGroups(InputFile &Input, const PrintScope &HeaderScope, in iterateSymbolGroups()
205 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DInputFile.h165 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule()
177 Error iterateSymbolGroups(InputFile &Input, const PrintScope &HeaderScope, in iterateSymbolGroups()
205 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DInputFile.h165 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule()
177 Error iterateSymbolGroups(InputFile &Input, const PrintScope &HeaderScope, in iterateSymbolGroups()
205 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp137 DictScope HeaderScope(W, "Header"); in dump() local
366 DictScope HeaderScope(W, "Header"); in dump() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp138 DictScope HeaderScope(W, "Header"); in dump() local
366 DictScope HeaderScope(W, "Header"); in dump() local
/aosp_15_r20/external/mesa3d/src/util/perf/
H A Du_trace.py215 class HeaderScope(IntEnum): class