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

Method EmitHeaderSchema

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

Source from the content-addressed store, hash-verified

667}
668
669void InstructionDisassembler::EmitHeaderSchema(uint32_t schema) {
670 stream_ << "; Schema: " << schema << "\n";
671}
672
673void InstructionDisassembler::EmitInstruction(
674 const spv_parsed_instruction_t& inst, size_t inst_byte_offset) {

Callers 2

HandleHeaderMethod · 0.80
OutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected