| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Error.cpp | 27 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() function 37 SrcMgr.PrintMessage(Loc.front(), Kind, Msg); in PrintMessage() 39 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note, in PrintMessage() 50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote() 92 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in PrintWarning() 96 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg); in PrintWarning() 104 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in PrintError() 108 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in PrintError() 114 PrintMessage(Rec->getLoc(), SourceMgr::DK_Error, Msg); in PrintError() 120 PrintMessage(RecVal->getLoc(), SourceMgr::DK_Error, Msg); in PrintError()
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.cpp | 47 SM.PrintMessage(Loc, SourceMgr::DK_Error, in beginRegion() 49 SM.PrintMessage(R.startLoc(), SourceMgr::DK_Note, in beginRegion() 55 SM.PrintMessage(Loc, SourceMgr::DK_Error, in beginRegion() 57 SM.PrintMessage(R.startLoc(), SourceMgr::DK_Note, in beginRegion() 97 SM.PrintMessage(Loc, SourceMgr::DK_Error, in endRegion() 100 SM.PrintMessage(Loc, SourceMgr::DK_Note, in endRegion() 103 SM.PrintMessage(Loc, SourceMgr::DK_Note, in endRegion()
|
| /llvm-project-15.0.7/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 52 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts() 65 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts() 116 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in ByteArrayFromString() 174 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble() 183 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble() 201 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | Disassembler.cpp | 49 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts() 61 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts() 110 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in ByteArrayFromString() 170 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble() 179 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble() 197 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
|
| /llvm-project-15.0.7/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 931 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in parsePattern() 937 SM.PrintMessage( in parsePattern() 1077 SM.PrintMessage( in parsePattern() 1504 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch() 2009 SM.PrintMessage( in readCheckFile() 2119 SM.PrintMessage( in printMatch() 2212 SM.PrintMessage(Loc, in printNoMatch() 2361 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext() 2371 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext() 2395 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckSame() [all …]
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | FormatGen.cpp | 35 mgr.PrintMessage(loc, llvm::SourceMgr::DK_Error, msg); in emitError() 36 llvm::SrcMgr.PrintMessage(this->loc, llvm::SourceMgr::DK_Note, in emitError() 47 mgr.PrintMessage(loc, llvm::SourceMgr::DK_Error, msg); in emitErrorAndNote() 48 llvm::SrcMgr.PrintMessage(this->loc, llvm::SourceMgr::DK_Note, in emitErrorAndNote() 50 mgr.PrintMessage(loc, llvm::SourceMgr::DK_Note, note); in emitErrorAndNote()
|
| /llvm-project-15.0.7/libc/utils/HdrGen/ |
| H A D | Generator.cpp | 87 SrcMgr.PrintMessage(llvm::SMLoc::getFromPointer(P.second.data()), in generate() 96 SrcMgr.PrintMessage(llvm::SMLoc::getFromPointer(CommandName.data()), in generate()
|
| H A D | Command.h | 40 SrcMgr.PrintMessage(Loc, llvm::SourceMgr::DK_Error, Msg); in printFatalError()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 219 void PrintMessage(raw_ostream &OS, SMLoc Loc, DiagKind Kind, const Twine &Msg, 225 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg, 234 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 331 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage() function in SourceMgr 348 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, in PrintMessage() function in SourceMgr 352 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage() 355 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in PrintMessage() function in SourceMgr 358 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
|
| H A D | YAMLParser.cpp | 263 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ None, ShowColors); in printError()
|
| H A D | VirtualFileSystem.cpp | 2087 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node"); in create()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ConfigYAML.cpp | 396 SM.PrintMessage(Range.Start, llvm::SourceMgr::DK_Error, Msg, Range); in error() 404 SM.PrintMessage(Range.Start, llvm::SourceMgr::DK_Warning, Msg, Range); in warning() 433 SM->PrintMessage(Fragment.Source.Location, llvm::SourceMgr::DK_Note, in parseYAML() 439 SM->PrintMessage(SM->FindLocForLineAndColumn(SM->getMainFileID(), 0, 0), in parseYAML()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 62 SrcMgr.PrintMessage(Tag.getLoc().front(), in EmitClangCommentHTMLNamedCharacterReferences()
|
| H A D | ClangDiagnosticsEmitter.cpp | 216 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics() 221 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here"); in groupDiagnostics() 231 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics() 236 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in groupDiagnostics()
|
| /llvm-project-15.0.7/mlir/lib/Support/ |
| H A D | ToolUtilities.cpp | 69 fileSourceMgr.PrintMessage(llvm::errs(), splitLoc, in splitAndProcessBuffer()
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Lexer.cpp | 93 srcMgr.PrintMessage(diag.getLocation().Start, diag.getSeverity(), in Lexer() 96 srcMgr.PrintMessage(note.getLocation().Start, note.getSeverity(), in Lexer()
|
| /llvm-project-15.0.7/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 | 799 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 461 return mgr.PrintMessage(os, SMLoc(), getDiagKind(kind), strOS.str()); in emitDiagnostic() 469 return mgr.PrintMessage(os, smloc, getDiagKind(kind), message); in emitDiagnostic() 603 mgr.PrintMessage(os, fileLoc, llvm::SourceMgr::DK_Error, msg, range); in emitError() 892 mgr.PrintMessage(os, nearMiss->fileLoc, llvm::SourceMgr::DK_Error, in process()
|
| /llvm-project-15.0.7/llvm/unittests/TableGen/ |
| H A D | CodeExpanderTest.cpp | 64 SrcMgr.PrintMessage(Self->OS, D); in handler()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | SourceMgrTest.cpp | 43 SM.PrintMessage(OS, Loc, Kind, Msg, Ranges, FixIts); in printMessage()
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassRegistry.cpp | 515 pipelineMgr.PrintMessage(errorStream, SMLoc::getFromPointer(rawLoc), in initialize()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 863 getContext().getSourceManager()->PrintMessage( in emitFill()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 34 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in Warning()
|