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

Method Disassemble

source/libspirv.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool SpirvTools::Disassemble(const std::vector<uint32_t>& binary,
93 std::string* text, uint32_t options) const {
94 return Disassemble(binary.data(), binary.size(), text, options);
95}
96
97bool SpirvTools::Disassemble(const uint32_t* binary, const size_t binary_size,
98 std::string* text, uint32_t options) const {

Callers 1

mainFunction · 0.45

Calls 5

DisassembleFunction · 0.85
spvBinaryToTextFunction · 0.85
spvTextDestroyFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected