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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultChild.cpp57 ValueObjectConstResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) function in class:ValueObjectConstResultChild
59 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObjectConstResultImpl.cpp149 ValueObjectConstResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create) function in class:ValueObjectConstResultImpl
155 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create);
160 return DerefOnTarget()->GetSyntheticChildAtOffset(offset, type, can_create);
162 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObjectConstResult.cpp303 ValueObjectConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) function in class:ValueObjectConstResult
305 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObject.cpp2175 ValueObject::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) function in class:ValueObject
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectConstResultChild.h54 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
H A DValueObjectConstResultImpl.h45 GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create);
H A DValueObjectConstResult.h96 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
H A DValueObject.h671 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCocoa.cpp60 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), true));
107 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true));
151 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset, valobj.GetClangType(), true));
451 ValueObjectSP text(valobj.GetSyntheticChildAtOffset(offset_text, type, true));
452 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true));
H A DLibCxxMap.cpp353 iterated_sp = iterated_sp->GetSyntheticChildAtOffset(m_skip_size, m_element_type, true);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp693 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(false), true),GetPreferDynamicValue(),GetPreferSyntheticValue(), name);

Completed in 188 milliseconds