| /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() 155 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, SourceMgr::DK_Note, in PrintMessage() 61 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1274 SM.PrintMessage(Range.Start, SourceMgr::DK_Note, OS.str()); in printSubstitutions() 1328 SM.PrintMessage(VC.Range.Start, SourceMgr::DK_Note, OS.str(), VC.Range); in printVariableDefs() 1391 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch() 2058 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch() 2152 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, in printNoMatch() 2300 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext() 2302 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext() 2311 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext() 2313 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext() 2315 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 | 720 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage() 725 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage() 737 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 | 38 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 | 1131 case llvm::SourceMgr::DK_Note: in getDiagnosticSeverity()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 209 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here"); in groupDiagnostics() 224 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in groupDiagnostics()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 238 case SourceMgr::DK_Note: in reportDiagnostic()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 822 printMessage(M->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations() 828 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note() 2270 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseAndMatchAndEmitTargetInstruction()
|
| H A D | MasmParser.cpp | 1019 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations() 1025 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note() 2324 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()
|