Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp54 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in beginRegion()
56 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion()
62 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in beginRegion()
64 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion()
104 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in endRegion()
107 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion()
110 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion()
120 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in beginRegion()
129 SM.PrintMessage( in beginRegion()
132 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion()
[all …]
H A DCodeRegionGenerator.cpp149 SM.PrintMessage( in HandleComment()
153 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment()
163 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment()
167 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment()
/freebsd/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(RecVa in PrintError()
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp50 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts()
63 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts()
114 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in ByteArrayFromString()
172 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
181 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
199 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp777 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in parsePattern()
783 SM.PrintMessage( in parsePattern()
827 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in parsePattern()
871 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in parsePattern()
897 SM.PrintMessage(SMLoc::getFromPointer(MatchStr.data() + SpacePos), in parsePattern()
917 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), in parsePattern()
926 SM.PrintMessage( in parsePattern()
939 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), in parsePattern()
1019 SM.PrintMessage(SMLoc::getFromPointer(SubstStr.data()), in parsePattern()
1061 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error, in AddRegExToRegEx()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h219 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/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp335 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage() function in SourceMgr
352 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, in PrintMessage() function in SourceMgr
356 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
359 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in PrintMessage() function in SourceMgr
362 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
H A DYAMLParser.cpp262 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ std::nullopt, in printError()
H A DVirtualFileSystem.cpp2174 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node"); in create()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp721 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage()
726 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage()
738 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second); in reportError()
H A DHexagonMCChecker.cpp792 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp216 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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp757 getContext().getSourceManager()->PrintMessage( in emitFill()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp34 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in Warning()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp330 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges); in printMessage()
H A DMasmParser.cpp624 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges); in printMessage()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6222 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg, in printWarningWithFixIt()