Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ inst_binary
Method
inst_binary
source/disassemble.cpp:562–562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
565
private:
Callers
1
DisassembleTargetInstruction
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected