Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DDataVisualization.cpp53 DataVisualization::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren() function in DataVisualization
55 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
DFormatManager.cpp511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
682 FormatManager::GetSyntheticChildren(ValueObject &valobj, in GetSyntheticChildren() function in FormatManager
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDataVisualization.h51 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
DFormatManager.h128 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h726 lldb::SyntheticChildrenSP GetSyntheticChildren() { in GetSyntheticChildren() function
/external/llvm-project/lldb/source/API/
DSBValue.cpp530 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter()
550 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic()
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp3021 return valobj.GetSyntheticChildren(); in CommandObjectTypeSynth()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp254 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()