Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h75 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h107 const std::string &GetMessage() const { return m_message; } in GetMessage() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp262 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp934 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon()