MCPcopy Create free account
hub / github.com/beefytech/Beef / DbgCreateFile

Method DbgCreateFile

IDEHelper/Compiler/BfIRBuilder.cpp:5919–5930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5917}
5918
5919BfIRMDNode 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
5932BfIRMDNode BfIRBuilder::DbgGetCurrentLocation()
5933{

Callers 1

GetFileFromNodeMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected