| 5910 | } |
| 5911 | |
| 5912 | BfIRMDNode BfIRBuilder::DbgCreateCompileUnit(int lang, const StringImpl& fileName, const StringImpl& directory, const StringImpl& producer, bool isOptimized, const StringImpl& flags, int runtimeVer, bool linesOnly) |
| 5913 | { |
| 5914 | BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateCompileUnit, lang, fileName, directory, producer, isOptimized, flags, runtimeVer, linesOnly); |
| 5915 | NEW_CMD_INSERTED_IRMD; |
| 5916 | return retVal; |
| 5917 | } |
| 5918 | |
| 5919 | BfIRMDNode BfIRBuilder::DbgCreateFile(const StringImpl& fileName, const StringImpl& directory, const Val128& md5Hash) |
| 5920 | { |