Home
last modified time | relevance | path

Searched defs:summary_sp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp35 TypeCategoryImpl::SharedPointer category_sp, TypeSummaryImplSP summary_sp, in AddSummary()
45 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, string)); in AddStringSummary() local
56 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, "")); in AddOneLineSummary() local
67 lldb::TypeSummaryImplSP summary_sp( in AddCXXSummary() local
H A DFormatCache.cpp44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set()
99 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp191 lldb::Format format, lldb::TypeSummaryImplSP summary_sp) { in GetAsDumpOptions()
H A DOptionGroupVariable.cpp61 TypeSummaryImplSP summary_sp; in ValidateNamedSummary() local
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h235 lldb::TypeSummaryImplSP summary_sp) { in AddTypeSummary()
240 lldb::TypeSummaryImplSP summary_sp) { in AddTypeSummary()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp222 lldb::TypeSummaryImplSP summary_sp = in GetSummaryForType() local
H A DSBValue.cpp500 lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat(); in GetTypeSummary() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1647 const TypeSummaryImplSP &summary_sp) -> bool { in FormatterSpecificList()