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()
245 return valobj_sp->GetChildMemberWithName("__ptr_"); in GetChildAtIndex()
248 if (auto ptr_sp = valobj_sp->GetChildMemberWithName("__ptr_")) { in GetChildAtIndex()
276 lldb::ValueObjectSP cntrl_sp(valobj_sp->GetChildMemberWithName("__cntrl_")); in Update()
360 ValueObjectSP ptr_sp(valobj_sp->GetChildMemberWithName("__ptr_")); in Update()
415 ValueObjectSP valobj_r_sp = valobj.GetChildMemberWithName("__r_"); in ExtractLibcxxStringInfo()
426 valobj_r_base_sp->GetChildMemberWithName("__value_"); in ExtractLibcxxStringInfo()
430 ValueObjectSP l = valobj_rep_sp->GetChildMemberWithName("__l"); in ExtractLibcxxStringInfo()
445 ValueObjectSP short_sp = valobj_rep_sp->GetChildMemberWithName("__s"); in ExtractLibcxxStringInfo()
449 ValueObjectSP is_long = short_sp->GetChildMemberWithName("__is_long_"); in ExtractLibcxxStringInfo()
450 ValueObjectSP size_sp = short_sp->GetChildMemberWithName("__size_"); in ExtractLibcxxStringInfo()
466 ValueObjectSP location_sp = short_sp->GetChildMemberWithName("__data_"); in ExtractLibcxxStringInfo()
488 ValueObjectSP location_sp = l->GetChildMemberWithName("__data_"); in ExtractLibcxxStringInfo()
489 ValueObjectSP size_vo = l->GetChildMemberWithName("__size_"); in ExtractLibcxxStringInfo()
490 ValueObjectSP capacity_vo = l->GetChildMemberWithName("__cap_"); in ExtractLibcxxStringInfo()
677 auto dataobj = GetChildMemberWithName( in LibcxxExtractStringViewData()
679 auto sizeobj = GetChildMemberWithName( in LibcxxExtractStringViewData()
757 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__d_"); in LibcxxChronoTimePointSecondsSummaryProvider()
760 ptr_sp = ptr_sp->GetChildMemberWithName("__rep_"); in LibcxxChronoTimePointSecondsSummaryProvider()
813 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__d_"); in LibcxxChronoTimepointDaysSummaryProvider()
816 ptr_sp = ptr_sp->GetChildMemberWithName("__rep_"); in LibcxxChronoTimepointDaysSummaryProvider()
871 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__m_"); in LibcxxChronoMonthSummaryProvider()
892 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__wd_"); in LibcxxChronoWeekdaySummaryProvider()
907 ValueObjectSP ptr_sp = valobj.GetChildMemberWithName("__y_"); in LibcxxChronoYearMonthDaySummaryProvider()
910 ptr_sp = ptr_sp->GetChildMemberWithName("__y_"); in LibcxxChronoYearMonthDaySummaryProvider()
915 ptr_sp = valobj.GetChildMemberWithName("__m_"); in LibcxxChronoYearMonthDaySummaryProvider()
918 ptr_sp = ptr_sp->GetChildMemberWithName("__m_"); in LibcxxChronoYearMonthDaySummaryProvider()
923 ptr_sp = valobj.GetChildMemberWithName("__d_"); in LibcxxChronoYearMonthDaySummaryProvider()
926 ptr_sp = ptr_sp->GetChildMemberWithName("__d_"); in LibcxxChronoYearMonthDaySummaryProvider()