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

Method OpFunctionEnd

Source/SpireCore/SpirVCodeGen.cpp:934–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932 streamFunctionBody.Add(ID);
933 }
934 void OpFunctionEnd()
935 {
936 sbTextFunctionBody << LR"(OpFunctionEnd)" << EndLine;
937
938 streamFunctionBody.Add(56 + (1 << 16));
939 }
940 int EncodeString(List<unsigned int> & stream, String S)
941 {
942 auto encoder = CoreLib::IO::Encoding::UTF8;

Callers 1

AddInstrFunctionEndMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected