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