Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
671 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren() function in FormatManager
/openbsd/gnu/llvm/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);
/openbsd/gnu/llvm/lldb/source/API/
H A DSBValue.cpp523 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter()
543 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h744 lldb::SyntheticChildrenSP GetSyntheticChildren() { in GetSyntheticChildren() function
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp2934 return valobj.GetSyntheticChildren(); in CommandObjectTypeSynth()
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp223 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()