Home
last modified time | relevance | path

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

/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
/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h69 llvm::StringRef GetMessage() const { return m_message; } GetMessage() function
/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp274 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1040 reportCommon(SMLoc Loc,std::function<void (SMDiagnostic &,const SourceMgr *)> GetMessage) reportCommon() argument