| 5741 | } |
| 5742 | |
| 5743 | void BfIRBuilder::SaveDebugLocation() |
| 5744 | { |
| 5745 | if (!mIgnoreWrites) |
| 5746 | { |
| 5747 | mSavedDebugLocs.push_back(mModule->mCurFilePosition); |
| 5748 | WriteCmd(BfIRCmd_SaveDebugLocation); |
| 5749 | NEW_CMD_INSERTED; |
| 5750 | } |
| 5751 | } |
| 5752 | |
| 5753 | void BfIRBuilder::RestoreDebugLocation() |
| 5754 | { |
no test coverage detected