Home
last modified time | relevance | path

Searched refs:summary_sp (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp35 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 DFormatCache.cpp44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set() argument
46 m_summary_sp = summary_sp; in Set()
107 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set() argument
109 GetEntry(type).Set(summary_sp); in Set()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp56 TypeSummaryImplSP summary_sp; in ValidateNamedSummary() local
58 ConstString(str), summary_sp)) in ValidateNamedSummary()
H A DOptionGroupValueObjectDisplay.cpp191 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 DTypeCategory.h235 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 DFormatCache.h62 void Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp);
H A DFormattersHelpers.h28 lldb::TypeSummaryImplSP summary_sp, llvm::StringRef type_name,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp222 lldb::TypeSummaryImplSP summary_sp = in GetSummaryForType() local
225 if (!summary_sp) in GetSummaryForType()
228 return lldb::SBTypeSummary(summary_sp); in GetSummaryForType()
H A DSBValue.cpp497 lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat(); in GetTypeSummary() local
498 if (summary_sp) in GetTypeSummary()
499 summary.SetSP(summary_sp); in GetTypeSummary()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h43 lldb::TypeSummaryImplSP summary_sp = lldb::TypeSummaryImplSP());
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1680 const TypeSummaryImplSP &summary_sp) -> bool { in FormatterSpecificList() argument
1683 summary_sp->GetDescription().c_str()); in FormatterSpecificList()