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

Method DbgAddPrefix

IDEHelper/Compiler/BfIRBuilder.cpp:5906–5910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5904}
5905
5906void BfIRBuilder::DbgAddPrefix(String & name)
5907{
5908 if (mModule->mCompiler->mOptions.IsCodeView())
5909 name.Insert(0, "bf__");
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{

Callers

nothing calls this directly

Calls 2

IsCodeViewMethod · 0.80
InsertMethod · 0.45

Tested by

no test coverage detected