| 676 | } |
| 677 | |
| 678 | void 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 | |
| 684 | void InstructionDisassembler::EmitInstructionImpl( |
| 685 | const spv_parsed_instruction_t& inst, size_t inst_byte_offset, |