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

Method EmitInstructionInBlock

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

Source from the content-addressed store, hash-verified

676}
677
678void InstructionDisassembler::EmitInstructionInBlock(
679 const spv_parsed_instruction_t& inst, size_t inst_byte_offset,
680 uint32_t block_indent) {
681 EmitInstructionImpl(inst, inst_byte_offset, block_indent, true);
682}
683
684void InstructionDisassembler::EmitInstructionImpl(
685 const spv_parsed_instruction_t& inst, size_t inst_byte_offset,

Callers 1

EmitCFGMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected