Home
last modified time | relevance | path

Searched refs:synthetic_children (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp168 lldb_private::SyntheticChildrenFrontEnd *synthetic_children = in BlockPointerSummaryProvider() local
170 if (!synthetic_children) { in BlockPointerSummaryProvider()
174 synthetic_children->Update(); in BlockPointerSummaryProvider()
178 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider()
179 synthetic_children->GetIndexOfChildWithName(s_FuncPtr_name)); in BlockPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp293 auto synthetic_children = in VectorTypeSummaryProvider() local
295 if (!synthetic_children) in VectorTypeSummaryProvider()
298 synthetic_children->Update(); in VectorTypeSummaryProvider()
304 len = synthetic_children->CalculateNumChildrenIgnoringErrors(); in VectorTypeSummaryProvider()
307 auto child_sp = synthetic_children->GetChildAtIndex(idx); in VectorTypeSummaryProvider()