Home
last modified time | relevance | path

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

/freebsd-src/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() argument
107 Set(ConstString type,lldb::TypeSummaryImplSP & summary_sp) Set() argument
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp191 lldb::Format format, lldb::TypeSummaryImplSP summary_sp) { in GetAsDumpOptions()
H A DOptionGroupVariable.cpp56 TypeSummaryImplSP summary_sp; ValidateNamedSummary() local
/freebsd-src/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-src/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp222 lldb::TypeSummaryImplSP summary_sp = in GetSummaryForType() local
H A DSBValue.cpp497 lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat(); GetTypeSummary() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1680 __anon9dede5b80702(const TypeMatcher &type_matcher, const TypeSummaryImplSP &summary_sp) FormatterSpecificList() argument