Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
44 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
48 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in PrintWarning()
52 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg); in PrintWarning()
58 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in PrintError()
62 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in PrintError()
H A DTGLexer.cpp386 SrcMgr.PrintMessage(Found->second, SourceMgr::DK_Note, in LexInclude()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp50 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in ParsePattern()
56 SM.PrintMessage( in ParsePattern()
473 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in PrintFuzzyMatch()
508 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), in FindRegexVarEnd()
836 SM.PrintMessage( in ReadCheckFile()
921 SM.PrintMessage( in PrintMatch()
955 SM.PrintMessage( in PrintNoMatch()
1110 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
1120 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
1151 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckSame()
[all …]
H A DSourceMgr.cpp231 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage() function in SourceMgr
248 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, in PrintMessage() function in SourceMgr
252 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
255 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in PrintMessage() function in SourceMgr
258 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
H A DYAMLParser.cpp268 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ None, ShowColors); in printError()
H A DVirtualFileSystem.cpp1524 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node"); in create()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A DDisassembler.cpp53 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts()
66 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts()
117 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in ByteArrayFromString()
179 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
188 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
206 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A DCodeRegion.cpp32 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Warning, in beginRegion()
47 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Warning, in endRegion()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h190 void PrintMessage(raw_ostream &OS, SMLoc Loc, DiagKind Kind,
197 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
206 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp63 SrcMgr.PrintMessage(Tag.getLoc().front(), in EmitClangCommentHTMLNamedCharacterReferences()
H A DClangDiagnosticsEmitter.cpp231 SrcMgr.PrintMessage((*DI)->getLoc().front(), in groupDiagnostics()
235 SrcMgr.PrintMessage((*I)->ExplicitDef->getLoc().front(), in groupDiagnostics()
249 SrcMgr.PrintMessage((*DI)->getLoc().front(), in groupDiagnostics()
255 SrcMgr.PrintMessage((*DI)->getLoc().front(), in groupDiagnostics()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp565 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Warning, Msg); in EmitInlineAsm()
566 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, Note); in EmitInlineAsm()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp619 SrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
621 InlineSrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
H A DMCObjectStreamer.cpp682 getContext().getSourceManager()->PrintMessage( in emitFill()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp726 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
734 SM->PrintMessage(MCB.getLoc(), SourceMgr::DK_Warning, Msg); in reportWarning()
H A DHexagonShuffler.cpp675 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second); in reportError()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp35 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in Warning()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp308 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges); in printMessage()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5533 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg, in printWarningWithFixIt()