Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dmodule.cpp150 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
154 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
205 if (scope != last_scope) { in ToBinary()
218 last_scope = scope; in ToBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp145 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
149 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
200 if (scope != last_scope) { in ToBinary()
213 last_scope = scope; in ToBinary()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.cpp145 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
149 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
200 if (scope != last_scope) { in ToBinary()
213 last_scope = scope; in ToBinary()
/third_party/elfutils/src/
Dstack.c339 Dwarf_Die *last_scope = &scopes[0]; in print_inline_frames() local
351 cudie, last_scope); in print_inline_frames()
357 last_scope = scope; in print_inline_frames()