Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp35 auto value_sp(valobj.GetSyntheticChildAtOffset(0, int64_ty, true)); in CMTimeSummaryProvider()
36 auto timescale_sp(valobj.GetSyntheticChildAtOffset(8, int32_ty, true)); in CMTimeSummaryProvider()
37 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.cpp71 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSBundleSummaryProvider()
122 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSTimeZoneSummaryProvider()
171 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSNotificationSummaryProvider()
799 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset_text, type, true)); in NSURLSummaryProvider()
800 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true)); in NSURLSummaryProvider()
H A DNSString.cpp218 valobj.GetSyntheticChildAtOffset(length_ivar_offset, length_type, true, in NSStringSummaryProvider()
H A DNSArray.cpp786 return m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex()
/llvm-project-15.0.7/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.cpp105 lldb::ValueObjectSP ValueObjectConstResultImpl::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResultImpl
111 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset()
H A DValueObjectConstResult.cpp250 lldb::ValueObjectSP ValueObjectConstResult::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResult
253 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObject.cpp1679 ValueObjectSP ValueObject::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObject
/llvm-project-15.0.7/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()
372 iterated_sp = iterated_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
387 iterated_sp = iterated_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
H A DBlockPointer.cpp140 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
/llvm-project-15.0.7/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.h84 lldb::ValueObjectSP GetSyntheticChildAtOffset(
H A DValueObject.h578 GetSyntheticChildAtOffset(uint32_t offset, const CompilerType &type,
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp207 ValueObjectSP child_sp(m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex()
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp566 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()