MCPcopy Create free account
hub / github.com/csyonghe/Spire / AddInstrFunction

Method AddInstrFunction

Source/SpireCore/SpirVCodeGen.cpp:3177–3181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3175 }
3176
3177 void AddInstrFunction(int funcID, int returnTypeID, int funcTypeID, String funcName)
3178 {
3179 CodeGen.OpName(funcID, funcName);
3180 CodeGen.OpFunction(funcID, returnTypeID, funcTypeID);
3181 }
3182
3183 void AddInstrFunctionParameter(ILOperand *op, int typeID, String DebugName)
3184 {

Callers 1

Calls 2

OpNameMethod · 0.80
OpFunctionMethod · 0.80

Tested by

no test coverage detected