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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h52 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
H A DFormatManager.h128 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp54 DataVisualization::GetSyntheticChildren(ValueObject &valobj, function in class:DataVisualization
56 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic);
H A DFormatManager.cpp520 if (child_sp->GetSyntheticChildren().get() != nullptr) {
695 FormatManager::GetSyntheticChildren(ValueObject &valobj, function in class:FormatManager
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp530 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren();
550 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h728 lldb::SyntheticChildrenSP GetSyntheticChildren() { function in class:lldb_private::ValueObject::PrintableRepresentationSpecialCases
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2937 return valobj.GetSyntheticChildren();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp308 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType()));

Completed in 141 milliseconds