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

Method OpReturn

Source/SpireCore/SpirVCodeGen.cpp:921–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919 streamFunctionBody.Add(252 + (1<<16));
920 }
921 void OpReturn()
922 {
923 sbTextFunctionBody << LR"(OpReturn)" << EndLine;
924
925 streamFunctionBody.Add(253 + (1 << 16));
926 }
927 void OpReturnValue(const int ID)
928 {
929 sbTextFunctionBody << LR"(OpReturnValue %)" << ID << EndLine;

Callers 1

AddInstrReturnMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected