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

Method ext_inst_debuginfo_begin

source/opt/module.h:487–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487inline Module::inst_iterator Module::ext_inst_debuginfo_begin() {
488 return ext_inst_debuginfo_.begin();
489}
490inline Module::inst_iterator Module::ext_inst_debuginfo_end() {
491 return ext_inst_debuginfo_.end();
492}

Callers 8

GetDebugInfoNoneMethod · 0.45
AnalyzeDebugInstsMethod · 0.45
ClearDebugInfoMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36