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

Method word_count

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

Source from the content-addressed store, hash-verified

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
565 private:
566 Disassembler* disassembler_;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected