Searched refs:AddDebug1Inst (Results 1 – 15 of 15) sorted by relevance
82 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()96 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()111 context()->AddDebug1Inst(std::move(inst)); in Process()
95 inline void AddDebug1Inst(std::unique_ptr<Instruction> d);335 inline void Module::AddDebug1Inst(std::unique_ptr<Instruction> d) { in AddDebug1Inst() function
222 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);1077 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function1078 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
195 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
98 inline void AddDebug1Inst(std::unique_ptr<Instruction> d);354 inline void Module::AddDebug1Inst(std::unique_ptr<Instruction> d) { in AddDebug1Inst() function
223 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);1085 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function1086 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
198 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
315 linked_module->AddDebug1Inst( in MergeModules()
345 linked_module->AddDebug1Inst( in MergeModules()