Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp53 DataVisualization::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren() function in DataVisualization
55 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
H A DFormatManager.cpp520 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
699 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren() function in FormatManager
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h51 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
H A DFormatManager.h128 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp518 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter()
538 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h823 lldb::SyntheticChildrenSP GetSyntheticChildren() { in GetSyntheticChildren() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2841 return valobj.GetSyntheticChildren(); in CommandObjectTypeSynth()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp221 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()