Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDFormatCache.cpp44 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp) : in Entry() argument
52 SetSummary (summary_sp); in Entry()
77 FormatCache::Entry::Entry (lldb::TypeFormatImplSP format_sp, lldb::TypeSummaryImplSP summary_sp, ll… in Entry() argument
80 SetSummary (summary_sp); in Entry()
141 FormatCache::Entry::SetSummary (lldb::TypeSummaryImplSP summary_sp) in SetSummary() argument
144 m_summary_sp = summary_sp; in SetSummary()
202 FormatCache::GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp) in GetSummary() argument
211 summary_sp = entry.GetSummary(); in GetSummary()
217 summary_sp.reset(); in GetSummary()
269 FormatCache::SetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp) in SetSummary() argument
[all …]
HDTypeCategory.cpp260 lldb::TypeSummaryImplSP summary_sp; in AnyMatches() local
292 if (GetTypeSummariesContainer()->Get(type_name, summary_sp)) in AnyMatches()
303 if (GetRegexTypeSummariesContainer()->Get(type_name, summary_sp)) in AnyMatches()
HDFormatManager.cpp919 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, in AddStringSummary() local
923 …riesContainer()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp); in AddStringSummary()
925 category_sp->GetTypeSummariesContainer()->Add(type_name, summary_sp); in AddStringSummary()
935 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, "")); in AddOneLineSummary() local
938 …riesContainer()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp); in AddOneLineSummary()
940 category_sp->GetTypeSummariesContainer()->Add(type_name, summary_sp); in AddOneLineSummary()
952 lldb::TypeSummaryImplSP summary_sp(new CXXFunctionSummaryFormat(flags,funct,description)); in AddCXXSummary() local
954 …riesContainer()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp); in AddCXXSummary()
956 category_sp->GetTypeSummariesContainer()->Add(type_name, summary_sp); in AddCXXSummary()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormatCache.h101 GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp);
107 GetValidator (const ConstString& type,lldb::TypeValidatorImplSP& summary_sp);
113 SetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp);
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTypeCategory.cpp207 lldb::TypeSummaryImplSP summary_sp; in GetSummaryForType() local
210 … m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact(ConstString(spec.GetName()), summary_sp); in GetSummaryForType()
212 m_opaque_sp->GetTypeSummariesContainer()->GetExact(ConstString(spec.GetName()), summary_sp); in GetSummaryForType()
214 if (!summary_sp) in GetSummaryForType()
217 return lldb::SBTypeSummary(summary_sp); in GetSummaryForType()
HDSBValue.cpp767 lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat(); in GetTypeSummary() local
768 if (summary_sp) in GetTypeSummary()
769 summary.SetSP(summary_sp); in GetTypeSummary()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupVariable.cpp44 TypeSummaryImplSP summary_sp; in ValidateNamedSummary() local
45 …if (DataVisualization::NamedSummaryFormats::GetSummaryFormat(ConstString(str), summary_sp) == fals… in ValidateNamedSummary()
HDOptionGroupValueObjectDisplay.cpp162 lldb::TypeSummaryImplSP summary_sp) in GetAsDumpOptions() argument
179 .SetSummary(summary_sp); in GetAsDumpOptions()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionGroupValueObjectDisplay.h69 lldb::TypeSummaryImplSP summary_sp = lldb::TypeSummaryImplSP());