Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DDataVisualization.cpp116 DataVisualization::GetSyntheticChildren (ValueObject& valobj, in GetSyntheticChildren() function in DataVisualization
119 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
DTypeCategoryMap.cpp207 TypeCategoryMap::GetSyntheticChildren (ValueObject& valobj, in GetSyntheticChildren() function in TypeCategoryMap
DFormatManager.cpp375 FormatManager::GetSyntheticChildren (ValueObject& valobj, in GetSyntheticChildren() function in FormatManager
398 retval = m_categories_map.GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
/external/lldb/include/lldb/DataFormatters/
DTypeCategoryMap.h103 GetSyntheticChildren (ValueObject& valobj,
DDataVisualization.h92 GetSyntheticChildren(ValueObject& valobj,
DFormatManager.h150 GetSyntheticChildren (ValueObject& valobj,
/external/lldb/source/API/
DSBValue.cpp626 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter()
649 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic()
/external/lldb/include/lldb/Core/
DValueObject.h1060 GetSyntheticChildren() in GetSyntheticChildren() function
/external/lldb/source/Core/
DValueObject.cpp251 … SetSyntheticChildren(DataVisualization::GetSyntheticChildren (*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()