/external/lldb/source/Core/ |
D | ValueObjectConstResultImpl.cpp | 149 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()
|
D | ValueObjectConstResultChild.cpp | 57 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()
|
D | ValueObjectConstResult.cpp | 303 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()
|
D | ValueObject.cpp | 2124 ValueObject::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset() function in ValueObject
|
/external/lldb/source/DataFormatters/ |
D | Cocoa.cpp | 60 …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()
|
D | LibCxxMap.cpp | 353 iterated_sp = iterated_sp->GetSyntheticChildAtOffset(m_skip_size, m_element_type, true); in GetChildAtIndex()
|
/external/lldb/include/lldb/Core/ |
D | ValueObjectConstResultChild.h | 54 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
|
D | ValueObjectConstResultImpl.h | 45 GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create);
|
D | ValueObjectConstResult.h | 96 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
|
D | ValueObject.h | 866 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
|
/external/lldb/source/API/ |
D | SBValue.cpp | 674 …sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPr… in CreateChildAtOffset()
|