| 5538 | } |
| 5539 | |
| 5540 | BfIRValue BfIRBuilder::RemapBindFunction(BfIRValue func) |
| 5541 | { |
| 5542 | BfIRValue retVal = WriteCmd(BfIRCmd_RemapBindFunction, func); |
| 5543 | NEW_CMD_INSERTED_IRVALUE; |
| 5544 | return retVal; |
| 5545 | } |
| 5546 | |
| 5547 | void BfIRBuilder::SetActiveFunction(BfIRFunction func) |
| 5548 | { |
no outgoing calls
no test coverage detected