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

Method disassembler

source/disassemble.cpp:561–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559 : disassembler_(dis), inst_binary_(binary), word_count_(wc) {}
560
561 Disassembler* disassembler() { return disassembler_; }
562 const uint32_t* inst_binary() const { return inst_binary_; }
563 size_t word_count() const { return word_count_; }
564

Callers 2

DisassembleTargetHeaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected