Searched refs:AddExtInstDebugInfo (Results 1 – 15 of 15) sorted by relevance
112 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);370 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
250 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);1196 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function1197 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
214 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
263 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
251 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);1197 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function1198 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
365 linked_module->AddExtInstDebugInfo( in MergeModules()
369 linked_module->AddExtInstDebugInfo( in MergeModules()