Home
last modified time | relevance | path

Searched refs:PrintMessage (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp27 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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp47 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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp52 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp931 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in parsePattern()
937 SM.PrintMessage( in parsePattern()
1075 SM.PrintMessage( in parsePattern()
1497 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
1978 SM.PrintMessage( in readCheckFile()
2088 SM.PrintMessage( in printMatch()
2181 SM.PrintMessage(Loc, in printNoMatch()
2330 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
2340 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
2364 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckSame()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h189 void PrintMessage(raw_ostream &OS, SMLoc Loc, DiagKind Kind, const Twine &Msg,
195 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
204 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp324 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage() function in SourceMgr
341 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, in PrintMessage() function in SourceMgr
345 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
348 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in PrintMessage() function in SourceMgr
351 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
H A DYAMLParser.cpp264 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ None, ShowColors); in printError()
H A DVirtualFileSystem.cpp1762 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node"); in create()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp62 SrcMgr.PrintMessage(Tag.getLoc().front(), in EmitClangCommentHTMLNamedCharacterReferences()
H A DClangDiagnosticsEmitter.cpp214 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics()
219 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here"); in groupDiagnostics()
229 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics()
234 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in groupDiagnostics()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp693 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second); in reportError()
H A DHexagonMCChecker.cpp734 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp813 getContext().getSourceManager()->PrintMessage( in emitFill()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp34 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in Warning()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp330 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges); in printMessage()
H A DMasmParser.cpp608 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges); in printMessage()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6149 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg, in printWarningWithFixIt()