Lines Matching refs:functionHeader
201 encodeInstructionInto(functionHeader, spirv::Opcode::OpFunctionParameter,
209 assert(functionHeader.empty() && functionBody.empty());
233 encodeInstructionInto(functionHeader, spirv::Opcode::OpFunction, operands);
272 // functionHeader. Thus, we put the label in functionHeader first, and
278 encodeInstructionInto(functionHeader, spirv::Opcode::OpLabel,
321 functions.append(functionHeader.begin(), functionHeader.end());
323 functionHeader.clear();
354 if (failed(emitDebugLine(functionHeader, op.getLoc())))
356 encodeInstructionInto(functionHeader, spirv::Opcode::OpVariable, operands);