Home
last modified time | relevance | path

Searched refs:GetSyntheticChildAtOffset (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp37 auto value_sp(valobj.GetSyntheticChildAtOffset(0, int64_ty, true)); in CMTimeSummaryProvider()
38 auto timescale_sp(valobj.GetSyntheticChildAtOffset(8, int32_ty, true)); in CMTimeSummaryProvider()
39 auto flags_sp(valobj.GetSyntheticChildAtOffset(12, int32_ty, true)); in CMTimeSummaryProvider()
H A DNSIndexPath.cpp109 .GetSyntheticChildAtOffset(_indexes_id.m_offset, in Update()
113 ValueObjectSP length_sp(m_backend.GetSyntheticChildAtOffset( in Update()
H A DCocoa.cpp70 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSBundleSummaryProvider()
121 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSTimeZoneSummaryProvider()
170 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSNotificationSummaryProvider()
812 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset_text, type, true)); in NSURLSummaryProvider()
813 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true)); in NSURLSummaryProvider()
H A DNSString.cpp212 valobj.GetSyntheticChildAtOffset(length_ivar_offset, length_type, true, in NSStringSummaryProvider()
H A DNSArray.cpp779 return m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp36 lldb::ValueObjectSP ValueObjectConstResultCast::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResultCast
39 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObjectConstResultChild.cpp43 lldb::ValueObjectSP ValueObjectConstResultChild::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResultChild
46 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObjectConstResultImpl.cpp112 lldb::ValueObjectSP ValueObjectConstResultImpl::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResultImpl
118 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset()
H A DValueObjectConstResult.cpp251 lldb::ValueObjectSP ValueObjectConstResult::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResult
254 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObject.cpp1646 ValueObjectSP ValueObject::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObject
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp36 return m_entry_sp->GetSyntheticChildAtOffset( in left()
44 return m_entry_sp->GetSyntheticChildAtOffset( in right()
53 return m_entry_sp->GetSyntheticChildAtOffset( in parent()
362 iterated_sp = iterated_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
377 iterated_sp = iterated_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
H A DBlockPointer.cpp130 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h45 lldb::ValueObjectSP GetSyntheticChildAtOffset(
H A DValueObjectConstResultImpl.h45 GetSyntheticChildAtOffset(uint32_t offset, const CompilerType &type,
H A DValueObjectConstResultChild.h51 lldb::ValueObjectSP GetSyntheticChildAtOffset(
H A DValueObjectConstResult.h85 lldb::ValueObjectSP GetSyntheticChildAtOffset(
H A DValueObject.h562 GetSyntheticChildAtOffset(uint32_t offset, const CompilerType &type,
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp238 ValueObjectSP child_sp(m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp556 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()