Searched refs:debug_inst_iter (Results 1 – 2 of 2) sorted by relevance
147 for (auto debug_inst_iter = context()->debug2_begin(); in Process() local148 debug_inst_iter != context()->debug2_end();) { in Process()149 if (debug_inst_iter->opcode() == SpvOp::SpvOpName) { in Process()150 const uint32_t target = debug_inst_iter->GetSingleWordOperand(0); in Process()152 debug_inst_iter = debug_inst_iter.Erase(); in Process()155 ++debug_inst_iter; in Process()