Home
last modified time | relevance | path

Searched refs:GetMessage (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp65 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 DDebugger.cpp2095 std::string message = data->GetMessage(); in HandleProgressEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h46 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 DDiagnosticManager.cpp55 llvm::StringRef message = diagnostic->GetMessage(); in GetString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h69 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1038 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 DSourceMgr.cpp274 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 DSourceMgr.h242 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp210 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()
H A DLLLexer.cpp29 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp212 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 DMIParser.cpp596 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in error()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h511 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp365 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp133 ConstString message(progress_data->GetMessage()); in GetProgressFromEvent()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1378 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()