Searched defs:summary_sp (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp45 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { argument
121 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { argument
H A DFormattersHelpers.cpp43 RegularExpression(type_name.GetStringRef()), summary_sp); local
46 summary_sp); local
56 RegularExpression(type_name.GetStringRef()), summary_sp); local
59 summary_sp); local
70 RegularExpression(type_name.GetStringRef()), summary_sp); local
73 summary_sp); local
38 AddSummary( TypeCategoryImpl::SharedPointer category_sp, TypeSummaryImplSP summary_sp, ConstString type_name, bool regex) argument
84 RegularExpression(type_name.GetStringRef()), summary_sp); local
87 summary_sp); local
[all...]
H A DTypeCategory.cpp248 lldb::TypeSummaryImplSP summary_sp; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp187 GetAsDumpOptions( LanguageRuntimeDescriptionDisplayVerbosity lang_descr_verbosity, lldb::Format format, lldb::TypeSummaryImplSP summary_sp) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp255 ConstString(spec.GetName()), summary_sp); local
258 ConstString(spec.GetName()), summary_sp); local
H A DSBValue.cpp514 lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat(); local

Completed in 106 milliseconds