Home
last modified time | relevance | path

Searched refs:SyntheticChildrenSP (Results 1 – 18 of 18) sorted by relevance

/external/lldb/include/lldb/DataFormatters/
DFormatCache.h34 lldb::SyntheticChildrenSP m_synthetic_sp;
39 Entry (lldb::SyntheticChildrenSP);
40 Entry (lldb::TypeSummaryImplSP,lldb::SyntheticChildrenSP);
53 lldb::SyntheticChildrenSP
60 SetSynthetic (lldb::SyntheticChildrenSP);
79 GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
85 SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
DDataVisualization.h78 static lldb::SyntheticChildrenSP
91 static lldb::SyntheticChildrenSP
DFormatManager.h140 lldb::SyntheticChildrenSP
149 lldb::SyntheticChildrenSP
DTypeCategoryMap.h102 lldb::SyntheticChildrenSP
DTypeCategory.h156 lldb::SyntheticChildrenSP& entry,
/external/lldb/source/DataFormatters/
DFormatCache.cpp45 FormatCache::Entry::Entry (lldb::SyntheticChildrenSP synthetic_sp) : in Entry()
52 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp,lldb::SyntheticChildrenSP synthetic_s… in Entry()
88 lldb::SyntheticChildrenSP
102 FormatCache::Entry::SetSynthetic (lldb::SyntheticChildrenSP synthetic_sp) in SetSynthetic()
149 FormatCache::GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp) in GetSynthetic()
176 FormatCache::SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp) in SetSynthetic()
DFormatManager.cpp247 lldb::SyntheticChildrenSP
251 return lldb::SyntheticChildrenSP(); in GetSyntheticChildrenForType()
255 return lldb::SyntheticChildrenSP(filter_sp.get()); in GetSyntheticChildrenForType()
257 return lldb::SyntheticChildrenSP(synth_sp.get()); in GetSyntheticChildrenForType()
374 lldb::SyntheticChildrenSP
378 SyntheticChildrenSP retval; in GetSyntheticChildren()
507 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator)); in AddCXXSynthetic()
561SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags, in LoadLibStdcppFormatters()
564SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags, in LoadLibStdcppFormatters()
567SyntheticChildrenSP(new ScriptedSyntheticChildren(stl_synth_flags, in LoadLibStdcppFormatters()
[all …]
DTypeCategoryMap.cpp206 lldb::SyntheticChildrenSP
221 lldb::SyntheticChildrenSP current_format; in GetSyntheticChildren()
230 return lldb::SyntheticChildrenSP(); in GetSyntheticChildren()
DDataVisualization.cpp115 lldb::SyntheticChildrenSP
124 lldb::SyntheticChildrenSP
DTypeCategory.cpp56 lldb::SyntheticChildrenSP& entry_sp, in Get()
/external/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h150 lldb::SyntheticChildrenSP m_synth_sp;
169 ValueObjectSynthetic (ValueObject &parent, lldb::SyntheticChildrenSP filter);
DValueObject.h1051 SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) in SetSyntheticChildren()
1059 lldb::SyntheticChildrenSP
1230 lldb::SyntheticChildrenSP m_synthetic_children_sp;
/external/lldb/source/API/
DSBTypeCategory.cpp162 lldb::SyntheticChildrenSP children_sp; in GetFilterForType()
226 lldb::SyntheticChildrenSP children_sp; in GetSyntheticForType()
248 lldb::SyntheticChildrenSP children_sp = m_opaque_sp->GetSyntheticAtIndex((index)); in GetFilterAtIndex()
283 lldb::SyntheticChildrenSP children_sp = m_opaque_sp->GetSyntheticAtIndex((index)); in GetSyntheticAtIndex()
DSBValue.cpp626 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter()
649 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic()
/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp62 ValueObjectSynthetic::ValueObjectSynthetic (ValueObject &parent, lldb::SyntheticChildrenSP filter) : in ValueObjectSynthetic()
DValueObject.cpp280 SetSyntheticChildren(lldb::SyntheticChildrenSP()); in ClearDynamicTypeInformation()
2220 lldb::SyntheticChildrenSP current_synth_sp(m_synthetic_children_sp); in CalculateSyntheticValue()
/external/lldb/source/Commands/
DCommandObjectType.cpp328 lldb::SyntheticChildrenSP entry,
3404 SyntheticChildrenSP synth_provider; in DoneHandler()
3522 SyntheticChildrenSP entry; in Execute_PythonClass()
3594 SyntheticChildrenSP entry, in AddSynth()
3788 SyntheticChildrenSP entry, in AddFilter()
3914 SyntheticChildrenSP entry; in DoExecute()
/external/lldb/include/lldb/
Dlldb-forward.h346 typedef std::shared_ptr<lldb_private::SyntheticChildren> SyntheticChildrenSP; typedef