| 258 | } |
| 259 | |
| 260 | void AssemblyContext::seekForward(uint32_t size) { |
| 261 | current_position_.index += size; |
| 262 | current_position_.column += size; |
| 263 | } |
| 264 | |
| 265 | spv_result_t AssemblyContext::binaryEncodeU32(const uint32_t value, |
| 266 | spv_instruction_t* pInst) { |
no outgoing calls