Home
last modified time | relevance | path

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

/external/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.h229 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);
1086 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function
1087 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
Dir_loader.cpp188 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
Ddebug_info_manager.cpp189 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
/external/deqp-deps/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.h229 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);
1086 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function
1087 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
Dir_loader.cpp188 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
Ddebug_info_manager.cpp189 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp329 linked_module->AddExtInstDebugInfo( in MergeModules()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp329 linked_module->AddExtInstDebugInfo( in MergeModules()