Home
last modified time | relevance | path

Searched defs:GetMessage (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebuggerEvents.h38 const std::string &GetMessage() const { return m_message; } in GetMessage() function
62 const std::string &GetMessage() const { return m_message; } in GetMessage() function
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DDiagnosticManager.h75 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp270 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp995 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon()