Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObjectConstResultImpl.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()
HDValueObjectConstResultChild.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()
HDValueObjectConstResult.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()
HDValueObject.cpp2175 ValueObject::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset() function in ValueObject
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDCocoa.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()
HDLibCxxMap.cpp353 iterated_sp = iterated_sp->GetSyntheticChildAtOffset(m_skip_size, m_element_type, true); in GetChildAtIndex()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectConstResultChild.h54 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
HDValueObjectConstResultImpl.h45 GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create);
HDValueObjectConstResult.h96 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
HDValueObject.h671 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp693 …sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(false), true),… in CreateChildAtOffset()