Searched refs:PrintMessage (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp54 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error,
56 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note,
62 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error,
64 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note,
104 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error,
107 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note,
110 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note,
120 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error,
129 SM.PrintMessage(
132 SM.PrintMessage(
[all...]
H A DCodeRegionGenerator.cpp141 SM.PrintMessage(
145 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error,
155 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error,
159 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error,
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp27 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, function in namespace:llvm
37 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
39 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note,
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg);
92 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
96 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg);
104 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
108 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
114 PrintMessage(Rec->getLoc(), SourceMgr::DK_Error, Msg);
120 PrintMessage(RecVa
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp50 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]),
63 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]),
114 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error,
172 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error,
181 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error,
199 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error,
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp62 SrcMgr.PrintMessage(Tag.getLoc().front(),
H A DClangDiagnosticsEmitter.cpp216 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error,
221 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here");
231 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error,
236 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note,
/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp775 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error,
781 SM.PrintMessage(
825 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()),
869 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()),
895 SM.PrintMessage(SMLoc::getFromPointer(MatchStr.data() + SpacePos),
915 SM.PrintMessage(SMLoc::getFromPointer(Name.data()),
924 SM.PrintMessage(
937 SM.PrintMessage(SMLoc::getFromPointer(Name.data()),
1017 SM.PrintMessage(SMLoc::getFromPointer(SubstStr.data()),
1059 SM.PrintMessage(SMLo
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h42 /// It gets called each time PrintMessage is invoked.
110 /// Specify a diagnostic handler to be invoked every time PrintMessage is
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,
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp335 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, function in class:SourceMgr
352 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, function in class:SourceMgr
356 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
359 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, function in class:SourceMgr
362 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
H A DYAMLParser.cpp262 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ std::nullopt,
H A DVirtualFileSystem.cpp2143 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node");
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp721 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note,
726 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note,
738 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second);
H A DHexagonMCChecker.cpp792 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp861 getContext().getSourceManager()->PrintMessage(
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp34 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp624 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
H A DAsmParser.cpp331 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6222 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg,

Completed in 312 milliseconds