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

Method DbgCreateCompileUnit

IDEHelper/Compiler/BfIRBuilder.cpp:5912–5917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5910}
5911
5912BfIRMDNode 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
5919BfIRMDNode BfIRBuilder::DbgCreateFile(const StringImpl& fileName, const StringImpl& directory, const Val128& md5Hash)
5920{

Callers 1

FinishInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected