MCPcopy Create free account
hub / github.com/beefytech/Beef / CreateStackRestore

Method CreateStackRestore

IDEHelper/Compiler/BfIRBuilder.cpp:5206–5211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5204}
5205
5206BfIRValue BfIRBuilder::CreateStackRestore(BfIRValue stackVal)
5207{
5208 BfIRValue retVal = WriteCmd(BfIRCmd_StackRestore, stackVal);
5209 NEW_CMD_INSERTED;
5210 return retVal;
5211}
5212
5213void BfIRBuilder::CreateGlobalVariable(BfIRValue irValue)
5214{

Callers 2

HandleNextCmdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected