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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp39 TypeCategoryImpl::SharedPointer category_sp, TypeSummaryImplSP summary_sp,
43 RegularExpression(type_name.GetStringRef()), summary_sp); local
46 summary_sp); local
52 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, string));
56 RegularExpression(type_name.GetStringRef()), summary_sp); local
59 summary_sp); local
66 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, ""));
70 RegularExpression(type_name.GetStringRef()), summary_sp); local
73 summary_sp); local
80 lldb::TypeSummaryImplSP summary_sp(
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 DFormatCache.cpp45 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { argument
47 m_summary_sp = summary_sp;
121 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { argument
123 GetEntry(type).Set(summary_sp);
H A DTypeCategory.cpp248 lldb::TypeSummaryImplSP summary_sp; local
273 if (GetTypeSummariesContainer()->Get(type_name, summary_sp)) {
283 if (GetRegexTypeSummariesContainer()->Get(type_name, summary_sp)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp56 TypeSummaryImplSP summary_sp;
58 ConstString(str), summary_sp))
H A DOptionGroupValueObjectDisplay.cpp189 lldb::Format format, lldb::TypeSummaryImplSP summary_sp) {
206 .SetSummary(summary_sp);
187 GetAsDumpOptions( LanguageRuntimeDescriptionDisplayVerbosity lang_descr_verbosity, lldb::Format format, lldb::TypeSummaryImplSP summary_sp) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h44 lldb::TypeSummaryImplSP summary_sp = lldb::TypeSummaryImplSP());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h62 void Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp);
H A DFormattersHelpers.h28 lldb::TypeSummaryImplSP summary_sp, ConstString type_name,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp251 lldb::TypeSummaryImplSP summary_sp;
255 ConstString(spec.GetName()), summary_sp); local
258 ConstString(spec.GetName()), summary_sp); local
260 if (!summary_sp)
263 return LLDB_RECORD_RESULT(lldb::SBTypeSummary(summary_sp));
H A DSBValue.cpp514 lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat(); local
515 if (summary_sp)
516 summary.SetSP(summary_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1685 const TypeSummaryImplSP &summary_sp) -> bool {
1688 summary_sp->GetDescription().c_str());

Completed in 227 milliseconds