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

Method MatchDebugs1

source/diff/diff.cpp:2596–2600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2594}
2595
2596void Differ::MatchDebugs1() {
2597 // This section in cludes: OpString, OpSourceExtension, OpSource,
2598 // OpSourceContinued
2599 MatchDebugAndAnnotationInstructions(src_->debugs1(), dst_->debugs1());
2600}
2601
2602void Differ::MatchDebugs2() {
2603 // This section includes: OpName, OpMemberName

Callers 1

DiffFunction · 0.80

Calls 1

debugs1Method · 0.45

Tested by

no test coverage detected