Searched refs:summary_sp (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | FormatCache.cpp | 44 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 …]
|
| HD | TypeCategory.cpp | 260 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()
|
| HD | FormatManager.cpp | 919 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/ |
| HD | FormatCache.h | 101 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/ |
| HD | SBTypeCategory.cpp | 207 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()
|
| HD | SBValue.cpp | 767 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/ |
| HD | OptionGroupVariable.cpp | 44 TypeSummaryImplSP summary_sp; in ValidateNamedSummary() local 45 …if (DataVisualization::NamedSummaryFormats::GetSummaryFormat(ConstString(str), summary_sp) == fals… in ValidateNamedSummary()
|
| HD | OptionGroupValueObjectDisplay.cpp | 162 lldb::TypeSummaryImplSP summary_sp) in GetAsDumpOptions() argument 179 .SetSummary(summary_sp); in GetAsDumpOptions()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionGroupValueObjectDisplay.h | 69 lldb::TypeSummaryImplSP summary_sp = lldb::TypeSummaryImplSP());
|