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.cpp500 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
679 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.cpp513 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter()
533 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h733 lldb::SyntheticChildrenSP GetSyntheticChildren() { in GetSyntheticChildren() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2939 return valobj.GetSyntheticChildren(); in CommandObjectTypeSynth()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp223 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()