Home
last modified time | relevance | path

Searched refs:debug_insts_in_header_ (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp37 for (const auto& i : debug_insts_in_header_) { in Clone()
95 if (!debug_insts_in_header_.empty()) { in WhileEachInst()
96 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst()
144 for (const auto& di : debug_insts_in_header_) { in WhileEachInst()
192 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()
194 Instruction* di = &debug_insts_in_header_.front(); in ForEachDebugInstructionsInHeader()
Dfunction.h189 InstructionList debug_insts_in_header_; variable
210 debug_insts_in_header_.push_back(std::move(p)); in AddDebugInstructionInHeader()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.cpp37 for (const auto& i : debug_insts_in_header_) { in Clone()
95 if (!debug_insts_in_header_.empty()) { in WhileEachInst()
96 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst()
144 for (const auto& di : debug_insts_in_header_) { in WhileEachInst()
192 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()
194 Instruction* di = &debug_insts_in_header_.front(); in ForEachDebugInstructionsInHeader()
Dfunction.h189 InstructionList debug_insts_in_header_; variable
210 debug_insts_in_header_.push_back(std::move(p)); in AddDebugInstructionInHeader()
/third_party/spirv-tools/source/opt/
Dfunction.cpp37 for (const auto& i : debug_insts_in_header_) { in Clone()
95 if (!debug_insts_in_header_.empty()) { in WhileEachInst()
96 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst()
144 for (const auto& di : debug_insts_in_header_) { in WhileEachInst()
192 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()
194 Instruction* di = &debug_insts_in_header_.front(); in ForEachDebugInstructionsInHeader()
Dfunction.h202 InstructionList debug_insts_in_header_; variable
223 debug_insts_in_header_.push_back(std::move(p)); in AddDebugInstructionInHeader()