| 5197 | } |
| 5198 | |
| 5199 | BfIRValue BfIRBuilder::CreateStackSave() |
| 5200 | { |
| 5201 | BfIRValue retVal = WriteCmd(BfIRCmd_StackSave); |
| 5202 | NEW_CMD_INSERTED; |
| 5203 | return retVal; |
| 5204 | } |
| 5205 | |
| 5206 | BfIRValue BfIRBuilder::CreateStackRestore(BfIRValue stackVal) |
| 5207 | { |
no outgoing calls
no test coverage detected