| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.cpp | 56 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion() 64 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion() 107 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion() 110 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion() 132 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion() 156 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Error.cpp | 39 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note, in PrintMessage() 50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1234 SM.PrintMessage(Range.Start, SourceMgr::DK_Note, OS.str()); in printSubstitutions() 1288 SM.PrintMessage(VC.Range.Start, SourceMgr::DK_Note, OS.str(), VC.Range); in printVariableDefs() 1351 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch() 2021 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch() 2115 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, in printNoMatch() 2263 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext() 2265 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext() 2274 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext() 2276 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext() 2278 SM.PrintMessage(SMLoc::getFromPointer(FirstNewLine), SourceMgr::DK_Note, in CheckNext() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 721 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage() 726 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage() 738 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second); in reportError()
|
| H A D | HexagonMCChecker.cpp | 792 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 37 DK_Note, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 517 case SourceMgr::DK_Note: in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 1062 case llvm::SourceMgr::DK_Note: in getDiagnosticSeverity()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 221 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here"); in groupDiagnostics() 236 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in groupDiagnostics()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 231 case SourceMgr::DK_Note: in reportDiagnostic()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 838 printMessage(M->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations() 844 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note() 2341 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseAndMatchAndEmitTargetInstruction()
|
| H A D | MasmParser.cpp | 1138 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations() 1144 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note() 2676 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()
|