| 663 | } |
| 664 | |
| 665 | void InstructionDisassembler::EmitHeaderIdBound(uint32_t id_bound) { |
| 666 | stream_ << "; Bound: " << id_bound << "\n"; |
| 667 | } |
| 668 | |
| 669 | void InstructionDisassembler::EmitHeaderSchema(uint32_t schema) { |
| 670 | stream_ << "; Schema: " << schema << "\n"; |
no outgoing calls
no test coverage detected