Home
last modified time | relevance | path

Searched refs:UpdateDebugInlinedAt (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcompact_ids_pass.cpp82 inst->UpdateDebugInlinedAt(new_id); in Process()
Dinline_pass.cpp175 var_inst->UpdateDebugInlinedAt( in CloneAndMapLocals()
357 cp_inst->UpdateDebugInlinedAt(dbg_inlined_at); in InlineSingleInstruction()
Dinstruction.h307 void UpdateDebugInlinedAt(uint32_t new_inlined_at);
Dinstruction.cpp540 void Instruction::UpdateDebugInlinedAt(uint32_t new_inlined_at) { in UpdateDebugInlinedAt() function in spvtools::opt::Instruction
Ddebug_info_manager.cpp678 if (predicate(inst)) inst->UpdateDebugInlinedAt(after); in ReplaceAllUsesInDebugScopeWithPredicate()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcompact_ids_pass.cpp82 inst->UpdateDebugInlinedAt(new_id); in Process()
Dinline_pass.cpp175 var_inst->UpdateDebugInlinedAt( in CloneAndMapLocals()
357 cp_inst->UpdateDebugInlinedAt(dbg_inlined_at); in InlineSingleInstruction()
Dinstruction.h307 void UpdateDebugInlinedAt(uint32_t new_inlined_at);
Dinstruction.cpp540 void Instruction::UpdateDebugInlinedAt(uint32_t new_inlined_at) { in UpdateDebugInlinedAt() function in spvtools::opt::Instruction
Ddebug_info_manager.cpp678 if (predicate(inst)) inst->UpdateDebugInlinedAt(after); in ReplaceAllUsesInDebugScopeWithPredicate()
/third_party/spirv-tools/source/opt/
Dcompact_ids_pass.cpp87 inst->UpdateDebugInlinedAt(new_id); in Process()
Dinline_pass.cpp175 var_inst->UpdateDebugInlinedAt( in CloneAndMapLocals()
360 cp_inst->UpdateDebugInlinedAt(dbg_inlined_at); in InlineSingleInstruction()
Dinstruction.h323 void UpdateDebugInlinedAt(uint32_t new_inlined_at);
Ddebug_info_manager.cpp686 if (predicate(inst)) inst->UpdateDebugInlinedAt(after); in ReplaceAllUsesInDebugScopeWithPredicate()
Dinstruction.cpp531 void Instruction::UpdateDebugInlinedAt(uint32_t new_inlined_at) { in UpdateDebugInlinedAt() function in spvtools::opt::Instruction