Searched refs:summary_sp (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormattersHelpers.cpp | 35 TypeCategoryImpl::SharedPointer category_sp, TypeSummaryImplSP summary_sp, in AddSummary() argument 39 category_sp->AddTypeSummary(type_name, match_type, summary_sp); in AddSummary() 45 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, string)); in AddStringSummary() local 49 category_sp->AddTypeSummary(type_name, match_type, summary_sp); in AddStringSummary() 56 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, "")); in AddOneLineSummary() local 60 category_sp->AddTypeSummary(type_name, match_type, summary_sp); in AddOneLineSummary() 67 lldb::TypeSummaryImplSP summary_sp( in AddCXXSummary() local 72 category_sp->AddTypeSummary(type_name, match_type, summary_sp); in AddCXXSummary()
|
H A D | FormatCache.cpp | 44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set() argument 46 m_summary_sp = summary_sp; in Set() 99 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set() argument 101 m_entries[type].Set(summary_sp); in Set()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupVariable.cpp | 61 TypeSummaryImplSP summary_sp; in ValidateNamedSummary() local 63 ConstString(str), summary_sp)) in ValidateNamedSummary()
|
H A D | OptionGroupValueObjectDisplay.cpp | 191 lldb::Format format, lldb::TypeSummaryImplSP summary_sp) { in GetAsDumpOptions() argument 208 .SetSummary(summary_sp); in GetAsDumpOptions()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 235 lldb::TypeSummaryImplSP summary_sp) { in AddTypeSummary() argument 236 m_summary_cont.Add(type_sp, summary_sp); in AddTypeSummary() 240 lldb::TypeSummaryImplSP summary_sp) { in AddTypeSummary() argument 243 summary_sp); in AddTypeSummary()
|
H A D | FormatCache.h | 59 void Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp);
|
H A D | FormattersHelpers.h | 28 lldb::TypeSummaryImplSP summary_sp, llvm::StringRef type_name,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTypeCategory.cpp | 222 lldb::TypeSummaryImplSP summary_sp = in GetSummaryForType() local 225 if (!summary_sp) in GetSummaryForType() 228 return lldb::SBTypeSummary(summary_sp); in GetSummaryForType()
|
H A D | SBValue.cpp | 500 lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat(); in GetTypeSummary() local 501 if (summary_sp) in GetTypeSummary() 502 summary.SetSP(summary_sp); in GetTypeSummary()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionGroupValueObjectDisplay.h | 43 lldb::TypeSummaryImplSP summary_sp = lldb::TypeSummaryImplSP());
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 1647 const TypeSummaryImplSP &summary_sp) -> bool { in FormatterSpecificList() argument 1650 summary_sp->GetDescription().c_str()); in FormatterSpecificList()
|