Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObjectConstResultImpl.cpp149 ValueObjectConstResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, b… in GetSyntheticChildAtOffset() function in ValueObjectConstResultImpl
155 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create); in GetSyntheticChildAtOffset()
160 return DerefOnTarget()->GetSyntheticChildAtOffset(offset, type, can_create); in GetSyntheticChildAtOffset()
162 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create); in GetSyntheticChildAtOffset()
DValueObjectConstResultChild.cpp57 ValueObjectConstResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, b… in GetSyntheticChildAtOffset() function in ValueObjectConstResultChild
59 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create); in GetSyntheticChildAtOffset()
DValueObjectConstResult.cpp303 ValueObjectConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool c… in GetSyntheticChildAtOffset() function in ValueObjectConstResult
305 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create); in GetSyntheticChildAtOffset()
DValueObject.cpp2124 ValueObject::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset() function in ValueObject
/external/lldb/source/DataFormatters/
DCocoa.cpp60 …ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType().GetBasicTypeFrom… in NSBundleSummaryProvider()
107 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true)); in NSTimeZoneSummaryProvider()
151 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true)); in NSNotificationSummaryProvider()
451 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset_text, type, true)); in NSURLSummaryProvider()
452 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true)); in NSURLSummaryProvider()
DLibCxxMap.cpp353 iterated_sp = iterated_sp->GetSyntheticChildAtOffset(m_skip_size, m_element_type, true); in GetChildAtIndex()
/external/lldb/include/lldb/Core/
DValueObjectConstResultChild.h54 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
DValueObjectConstResultImpl.h45 GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create);
DValueObjectConstResult.h96 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
DValueObject.h866 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
/external/lldb/source/API/
DSBValue.cpp674 …sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPr… in CreateChildAtOffset()