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