Home
last modified time | relevance | path

Searched refs:AddDebugLine (Results 1 – 12 of 12) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinstruction.cpp541 AddDebugLine(&from->dbg_line_insts().back()); in UpdateDebugInfoFrom()
549 void Instruction::AddDebugLine(const Instruction* inst) { in AddDebugLine() function in spvtools::opt::Instruction
Dinline_pass.cpp95 newStore->AddDebugLine(line_inst); in AddStore()
109 newLoad->AddDebugLine(line_inst); in AddLoad()
Dinstruction.h319 void AddDebugLine(const Instruction* inst);
Dloop_unroller.cpp764 if (!lines.empty()) new_branch->AddDebugLine(&lines.back()); in FoldConditionBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.cpp95 newStore->AddDebugLine(line_inst); in AddStore()
109 newLoad->AddDebugLine(line_inst); in AddLoad()
Dinstruction.cpp563 AddDebugLine(&from->dbg_line_insts().back()); in UpdateDebugInfoFrom()
571 void Instruction::AddDebugLine(const Instruction* inst) { in AddDebugLine() function in spvtools::opt::Instruction
Dinstruction.h305 void AddDebugLine(const Instruction* inst);
Dloop_unroller.cpp763 if (!lines.empty()) new_branch->AddDebugLine(&lines.back()); in FoldConditionBlock()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp563 AddDebugLine(&from->dbg_line_insts().back()); in UpdateDebugInfoFrom()
571 void Instruction::AddDebugLine(const Instruction* inst) { in AddDebugLine() function in spvtools::opt::Instruction
Dinline_pass.cpp95 newStore->AddDebugLine(line_inst); in AddStore()
109 newLoad->AddDebugLine(line_inst); in AddLoad()
Dinstruction.h305 void AddDebugLine(const Instruction* inst);
Dloop_unroller.cpp763 if (!lines.empty()) new_branch->AddDebugLine(&lines.back()); in FoldConditionBlock()