Searched refs:AddExtInstDebugInfo (Results 1 – 15 of 15) sorted by relevance
108 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);347 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
231 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);1096 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function1097 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
209 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
251 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
111 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);366 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
232 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);1107 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function1108 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
212 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
262 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
330 linked_module->AddExtInstDebugInfo( in MergeModules()
360 linked_module->AddExtInstDebugInfo( in MergeModules()