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

Method MatchDebugs3

source/diff/diff.cpp:2607–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2605}
2606
2607void Differ::MatchDebugs3() {
2608 // This section includes: OpModuleProcessed
2609 MatchDebugAndAnnotationInstructions(src_->debugs3(), dst_->debugs3());
2610}
2611
2612void Differ::MatchExtInstDebugInfo() {
2613 // This section includes OpExtInst for DebugInfo extension

Callers 1

DiffFunction · 0.80

Calls 1

debugs3Method · 0.45

Tested by

no test coverage detected