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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp31 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp) : argument
45 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp,lldb::SyntheticChildrenSP synthetic_sp) argument
76 FormatCache::Entry::SetSummary (lldb::TypeSummaryImplSP summary_sp) argument
110 FormatCache::GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp) argument
150 FormatCache::SetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp) argument
[all...]
H A DFormatManager.cpp455 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp); local
476 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp); local
493 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp); local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp151 GetAsDumpOptions(bool objc_is_compact, lldb::Format format, lldb::TypeSummaryImplSP summary_sp) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp205 m_opaque_sp->GetRegexSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp); local
207 m_opaque_sp->GetSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp); local
H A DSBValue.cpp607 lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat(); local

Completed in 263 milliseconds