| 130 | } |
| 131 | |
| 132 | bool IsInstructionInLayoutSection(ModuleLayoutSection layout, spv::Op op) { |
| 133 | return layout == InstructionLayoutSection(layout, op); |
| 134 | } |
| 135 | |
| 136 | // Counts the number of instructions and functions in the file. |
| 137 | spv_result_t CountInstructions(void* user_data, |
no test coverage detected