| 5787 | } |
| 5788 | |
| 5789 | void BfIRBuilder::ClearDebugLocation_Last() |
| 5790 | { |
| 5791 | WriteCmd(BfIRCmd_ClearDebugLocationInstLast); |
| 5792 | NEW_CMD_INSERTED; |
| 5793 | } |
| 5794 | |
| 5795 | void BfIRBuilder::UpdateDebugLocation(BfIRValue inst) |
| 5796 | { |
no outgoing calls
no test coverage detected