Home
last modified time | relevance | path

Searched refs:AddExtInstDebugInfo (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h108 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);
347 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
Dir_context.h231 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);
1096 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function
1097 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
Dir_loader.cpp209 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
Ddebug_info_manager.cpp251 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
/third_party/spirv-tools/source/opt/
Dmodule.h111 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);
366 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
Dir_context.h232 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);
1107 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function
1108 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
Dir_loader.cpp212 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
Ddebug_info_manager.cpp262 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h108 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);
347 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
Dir_context.h231 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);
1096 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function
1097 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
Dir_loader.cpp209 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
Ddebug_info_manager.cpp251 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
/third_party/skia/third_party/externals/spirv-tools/source/link/
Dlinker.cpp330 linked_module->AddExtInstDebugInfo( in MergeModules()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp330 linked_module->AddExtInstDebugInfo( in MergeModules()
/third_party/spirv-tools/source/link/
Dlinker.cpp360 linked_module->AddExtInstDebugInfo( in MergeModules()