Lines Matching refs:GetChildMemberWithName

37 lldb::ValueObjectSP lldb_private::formatters::GetChildMemberWithName(  in GetChildMemberWithName()  function in lldb_private::formatters
40 lldb::ValueObjectSP child_sp = obj.GetChildMemberWithName(name); in GetChildMemberWithName()
54 value = first_child->GetChildMemberWithName("__value_"); in GetFirstValueOfLibCXXCompressedPair()
57 value = pair.GetChildMemberWithName("__first_"); in GetFirstValueOfLibCXXCompressedPair()
69 value = second_child->GetChildMemberWithName("__value_"); in GetSecondValueOfLibCXXCompressedPair()
74 value = pair.GetChildMemberWithName("__second_"); in GetSecondValueOfLibCXXCompressedPair()
132 ValueObjectSP ptr_sp(valobj_sp->GetChildMemberWithName("__ptr_")); in LibcxxSmartPointerSummaryProvider()
175 ValueObjectSP ptr_sp(valobj_sp->GetChildMemberWithName("__ptr_")); in LibcxxUniquePointerSummaryProvider()
278 auto __i_(valobj_sp->GetChildMemberWithName("__i_")); in Update()
437 auto iter_child(valobj_sp->GetChildMemberWithName("__i_")); in Update()
584 return valobj_sp->GetChildMemberWithName("__ptr_"); in GetChildAtIndex()
587 if (auto ptr_sp = valobj_sp->GetChildMemberWithName("__ptr_")) { in GetChildAtIndex()
614 lldb::ValueObjectSP cntrl_sp(valobj_sp->GetChildMemberWithName("__cntrl_")); in Update()
697 ValueObjectSP ptr_sp(valobj_sp->GetChildMemberWithName("__ptr_")); in Update()
752 ValueObjectSP valobj_r_sp = valobj.GetChildMemberWithName("__r_"); in ExtractLibcxxStringInfo()
763 valobj_r_base_sp->GetChildMemberWithName("__value_"); in ExtractLibcxxStringInfo()
767 ValueObjectSP l = valobj_rep_sp->GetChildMemberWithName("__l"); in ExtractLibcxxStringInfo()
782 ValueObjectSP short_sp = valobj_rep_sp->GetChildMemberWithName("__s"); in ExtractLibcxxStringInfo()
786 ValueObjectSP is_long = short_sp->GetChildMemberWithName("__is_long_"); in ExtractLibcxxStringInfo()
787 ValueObjectSP size_sp = short_sp->GetChildMemberWithName("__size_"); in ExtractLibcxxStringInfo()
803 ValueObjectSP location_sp = short_sp->GetChildMemberWithName("__data_"); in ExtractLibcxxStringInfo()
822 ValueObjectSP location_sp = l->GetChildMemberWithName("__data_"); in ExtractLibcxxStringInfo()
823 ValueObjectSP size_vo = l->GetChildMemberWithName("__size_"); in ExtractLibcxxStringInfo()
824 ValueObjectSP capacity_vo = l->GetChildMemberWithName("__cap_"); in ExtractLibcxxStringInfo()
1011 auto dataobj = GetChildMemberWithName( in LibcxxExtractStringViewData()
1013 auto sizeobj = GetChildMemberWithName( in LibcxxExtractStringViewData()
1089 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__d_"); in LibcxxChronoSysSecondsSummaryProvider()
1092 ptr_sp = ptr_sp->GetChildMemberWithName("__rep_"); in LibcxxChronoSysSecondsSummaryProvider()
1124 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__d_"); in LibcxxChronoSysDaysSummaryProvider()
1127 ptr_sp = ptr_sp->GetChildMemberWithName("__rep_"); in LibcxxChronoSysDaysSummaryProvider()
1165 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__m_"); in LibcxxChronoMonthSummaryProvider()
1186 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__wd_"); in LibcxxChronoWeekdaySummaryProvider()
1201 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__y_"); in LibcxxChronoYearMonthDaySummaryProvider()
1204 ptr_sp = ptr_sp->GetChildMemberWithName("__y_"); in LibcxxChronoYearMonthDaySummaryProvider()
1209 ptr_sp = valobj.GetChildMemberWithName("__m_"); in LibcxxChronoYearMonthDaySummaryProvider()
1212 ptr_sp = ptr_sp->GetChildMemberWithName("__m_"); in LibcxxChronoYearMonthDaySummaryProvider()
1217 ptr_sp = valobj.GetChildMemberWithName("__d_"); in LibcxxChronoYearMonthDaySummaryProvider()
1220 ptr_sp = ptr_sp->GetChildMemberWithName("__d_"); in LibcxxChronoYearMonthDaySummaryProvider()