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