| 331 | } |
| 332 | |
| 333 | bool ValidationState_t::IsOpcodeInCurrentLayoutSection(spv::Op op) { |
| 334 | return IsInstructionInLayoutSection(current_layout_section_, op); |
| 335 | } |
| 336 | |
| 337 | DiagnosticStream ValidationState_t::diag(spv_result_t error_code, |
| 338 | const Instruction* inst) { |