/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DebuggerEvents.cpp | 65 dictionary_sp->AddStringItem("message", progress_data->GetMessage()); in GetAsStructuredData() 93 *s << ": " << GetMessage() << '\n'; in Dump() 119 dictionary_sp->AddStringItem("message", diagnostic_data->GetMessage()); in GetAsStructuredData()
|
H A D | Debugger.cpp | 2095 std::string message = data->GetMessage(); in HandleProgressEvent()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | DebuggerEvents.h | 46 std::string GetMessage() const { in GetMessage() function 85 const std::string &GetMessage() const { return m_message; } in GetMessage() function
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DiagnosticManager.cpp | 55 llvm::StringRef message = diagnostic->GetMessage(); in GetString()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | DiagnosticManager.h | 69 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 1038 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon() argument 1063 GetMessage(D, SMP); in reportCommon() 1070 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError() 1081 D = SMP->GetMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 274 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr 356 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 242 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 210 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()
|
H A D | LLLexer.cpp | 29 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 212 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 1075 return SM.GetMessage(Loc, Error.getKind(), Error.getMessage(), std::nullopt, in diagFromMIStringDiag()
|
H A D | MIParser.cpp | 596 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in error()
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 511 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 365 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 133 ConstString message(progress_data->GetMessage()); in GetProgressFromEvent()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1378 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()
|