Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebuggerEvents.h39 const std::string &GetMessage() const { return m_message; } in GetMessage() function
64 const std::string &GetMessage() const { return m_message; } in GetMessage() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A Dwindows.h21 #undef GetMessage
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDiagnosticManager.cpp52 ret.append(std::string(diagnostic->GetMessage())); in GetString()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebuggerEvents.cpp70 *s << ": " << GetMessage() << '\n'; in Dump()
H A DDebugger.cpp1902 std::string message = data->GetMessage(); in HandleProgressEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DDiagnosticManager.h75 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp1026 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon() argument
1051 GetMessage(D, SMP); in reportCommon()
1058 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
1069 D = SMP->GetMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSourceMgr.h242 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp200 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
1016 return SM.GetMessage(Loc, Error.getKind(), Error.getMessage(), std::nullopt, in diagFromMIStringDiag()
H A DMIParser.cpp594 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in error()
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp354 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp168 return progress_data->GetMessage().c_str(); in GetProgressFromEvent()
181 dictionary->AddStringItem("message", diagnostic_data->GetMessage()); in GetDiagnosticFromEvent()
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h560 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1323 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()