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

Method MatchExtInstDebugInfo

source/diff/diff.cpp:2612–2619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2610}
2611
2612void Differ::MatchExtInstDebugInfo() {
2613 // This section includes OpExtInst for DebugInfo extension
2614 MatchDebugAndAnnotationInstructions(src_->ext_inst_debuginfo(),
2615 dst_->ext_inst_debuginfo());
2616 // OpExtInst can exist in other sections too, such as with non-semantic info.
2617 MatchDebugAndAnnotationInstructions(src_->types_values(),
2618 dst_->types_values());
2619}
2620
2621void Differ::MatchAnnotations() {
2622 // This section includes OpDecorate and family.

Callers 1

DiffFunction · 0.80

Calls 2

ext_inst_debuginfoMethod · 0.45
types_valuesMethod · 0.45

Tested by

no test coverage detected