Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.cpp35 for (const auto& i : debug_insts_in_header_) { in Clone()
93 if (!debug_insts_in_header_.empty()) { in WhileEachInst()
94 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst()
142 for (const auto& di : debug_insts_in_header_) { in WhileEachInst()
190 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()
192 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()
/external/angle/third_party/spirv-tools/src/source/opt/
Dfunction.cpp35 for (const auto& i : debug_insts_in_header_) { in Clone()
93 if (!debug_insts_in_header_.empty()) { in WhileEachInst()
94 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst()
142 for (const auto& di : debug_insts_in_header_) { in WhileEachInst()
190 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()
192 Instruction* di = &debug_insts_in_header_.front(); in ForEachDebugInstructionsInHeader()
Dfunction.h221 InstructionList debug_insts_in_header_; variable
242 debug_insts_in_header_.push_back(std::move(p)); in AddDebugInstructionInHeader()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp35 for (const auto& i : debug_insts_in_header_) { in Clone()
93 if (!debug_insts_in_header_.empty()) { in WhileEachInst()
94 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst()
142 for (const auto& di : debug_insts_in_header_) { in WhileEachInst()
190 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()
192 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()