| 5917 | } |
| 5918 | |
| 5919 | BfIRMDNode BfIRBuilder::DbgCreateFile(const StringImpl& fileName, const StringImpl& directory, const Val128& md5Hash) |
| 5920 | { |
| 5921 | BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateFile, fileName, directory, md5Hash); |
| 5922 | NEW_CMD_INSERTED_IRMD; |
| 5923 | |
| 5924 | if (mDbgVerifyCodeGen && gDebugDbgLoc) |
| 5925 | { |
| 5926 | OutputDebugStrF("DbgCreateFile %s %d\n", fileName.c_str(), retVal.mId); |
| 5927 | } |
| 5928 | |
| 5929 | return retVal; |
| 5930 | } |
| 5931 | |
| 5932 | BfIRMDNode BfIRBuilder::DbgGetCurrentLocation() |
| 5933 | { |