Home
last modified time | relevance | path

Searched refs:PrintMessage (Results 1 – 19 of 19) 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> Locs, SourceMgr::DiagKind Kind, in PrintMessage() function
37 SrcMgr.PrintMessage(Locs.consume_front(), Kind, Msg); in PrintMessage()
39 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in PrintMessage()
61 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
95 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in PrintWarning()
99 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg); in PrintWarning()
111 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in PrintError()
115 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in PrintError()
121 PrintMessage(Rec->getLoc(), SourceMgr::DK_Error, Msg); in PrintError()
127 PrintMessage(RecVal->getLoc(), SourceMgr::DK_Error, Msg); in PrintError()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp55 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts()
68 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]), in PrintInsts()
117 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), in byteArrayFromString()
126 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), in byteArrayFromString()
134 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in byteArrayFromString()
188 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
197 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
215 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp814 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in parsePattern()
820 SM.PrintMessage( in parsePattern()
864 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in parsePattern()
908 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()), in parsePattern()
934 SM.PrintMessage(SMLoc::getFromPointer(MatchStr.data() + SpacePos), in parsePattern()
954 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), in parsePattern()
963 SM.PrintMessage( in parsePattern()
976 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), in parsePattern()
1058 SM.PrintMessage(SMLoc::getFromPointer(SubstStr.data()), in parsePattern()
1100 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error, in AddRegExToRegEx()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h220 LLVM_ABI void PrintMessage(raw_ostream &OS, SMLoc Loc, DiagKind Kind,
226 LLVM_ABI void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
235 LLVM_ABI 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= */ {}, ShowColors);
H A DVirtualFileSystem.cpp2187 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node"); in create()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp59 SrcMgr.PrintMessage(Tag->getLoc().front(), SourceMgr::DK_Error, in EmitClangCommentHTMLNamedCharacterReferences()
H A DClangDiagnosticsEmitter.cpp204 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics()
209 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here"); in groupDiagnostics()
219 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics()
224 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in groupDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp720 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 DHexagonMCChecker.cpp792 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp748 getContext().getSourceManager()->PrintMessage( in emitFill()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp46 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in Warning()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp317 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges); in printMessage()
H A DMasmParser.cpp597 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges); in printMessage()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6163 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg, in printWarningWithFixIt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24224 {"_ZNK4llvm9SourceMgr12PrintMessageENS_5SMLocERKNS_5TwineEPKcb", "llvm::SourceMgr::PrintMessage(llv…