Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp64 dictionary_sp->AddStringItem("message", progress_data->GetMessage()); in GetAsStructuredData()
92 *s << ": " << GetMessage() << '\n'; in Dump()
118 dictionary_sp->AddStringItem("message", diagnostic_data->GetMessage()); in GetAsStructuredData()
H A DDebugger.cpp2054 std::string message = data->GetMessage(); in HandleProgressEvent()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h45 std::string GetMessage() const { in GetMessage() function
88 const std::string &GetMessage() const { return m_message; } in GetMessage() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp55 llvm::StringRef message = diagnostic->GetMessage(); in GetString()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h75 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1035 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon() argument
1060 GetMessage(D, SMP); in reportCommon()
1067 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
1078 D = SMP->GetMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h242 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp209 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-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp209 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
1055 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-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h511 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp355 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp133 ConstString message(progress_data->GetMessage()); in GetProgressFromEvent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1321 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()