Home
last modified time | relevance | path

Searched refs:GetSummaryString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp229 return ConstString(string_summary_ptr->GetSummaryString()).GetCString(); in GetData()
402 GetOptions(), current_summary_ptr->GetSummaryString())); in CopyOnWrite_Impl()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h287 const char *GetSummaryString() const { return m_format_str.c_str(); } in GetSummaryString() function