Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCoreMedia.cpp44 auto value_sp(valobj.GetSyntheticChildAtOffset(0, int64_ty, true)); in CMTimeSummaryProvider()
45 auto timescale_sp(valobj.GetSyntheticChildAtOffset(8, int32_ty, true)); in CMTimeSummaryProvider()
46 auto flags_sp(valobj.GetSyntheticChildAtOffset(12, int32_ty, true)); in CMTimeSummaryProvider()
DNSIndexPath.cpp109 .GetSyntheticChildAtOffset(_indexes_id.m_offset, in Update()
113 ValueObjectSP length_sp(m_backend.GetSyntheticChildAtOffset( in Update()
DCocoa.cpp70 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSBundleSummaryProvider()
121 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSTimeZoneSummaryProvider()
170 ValueObjectSP text(valobj.GetSyntheticChildAtOffset( in NSNotificationSummaryProvider()
706 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset_text, type, true)); in NSURLSummaryProvider()
707 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true)); in NSURLSummaryProvider()
DNSArray.cpp765 return m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex()
/external/llvm-project/lldb/source/Core/
DValueObjectConstResultCast.cpp36 lldb::ValueObjectSP ValueObjectConstResultCast::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResultCast
39 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
DValueObjectConstResultChild.cpp43 lldb::ValueObjectSP ValueObjectConstResultChild::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResultChild
46 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
DValueObjectConstResultImpl.cpp105 lldb::ValueObjectSP ValueObjectConstResultImpl::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResultImpl
111 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset()
DValueObjectConstResult.cpp250 lldb::ValueObjectSP ValueObjectConstResult::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObjectConstResult
253 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
DValueObject.cpp1756 ValueObjectSP ValueObject::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() function in ValueObject
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp37 return m_entry_sp->GetSyntheticChildAtOffset( in left()
45 return m_entry_sp->GetSyntheticChildAtOffset( in right()
54 return m_entry_sp->GetSyntheticChildAtOffset( in parent()
375 iterated_sp = iterated_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
390 iterated_sp = iterated_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
DBlockPointer.cpp146 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectConstResultCast.h45 lldb::ValueObjectSP GetSyntheticChildAtOffset(
DValueObjectConstResultImpl.h45 GetSyntheticChildAtOffset(uint32_t offset, const CompilerType &type,
DValueObjectConstResultChild.h51 lldb::ValueObjectSP GetSyntheticChildAtOffset(
DValueObjectConstResult.h84 lldb::ValueObjectSP GetSyntheticChildAtOffset(
DValueObject.h562 GetSyntheticChildAtOffset(uint32_t offset, const CompilerType &type,
/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp208 ValueObjectSP child_sp(m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex()
/external/llvm-project/lldb/source/API/
DSBValue.cpp575 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()