MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / AddExtInstDebugInfo

Method AddExtInstDebugInfo

source/opt/module.h:392–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) {
393 ext_inst_debuginfo_.push_back(std::move(d));
394}
395
396inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) {
397 annotations_.push_back(std::move(a));

Callers 3

MergeModulesFunction · 0.45
AddInstructionMethod · 0.45
CreateDebugInlinedAtMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected