Home
last modified time | relevance | path

Searched refs:TypeImpl (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp766 TypeImpl::TypeImpl(const TypeImpl &rhs) in TypeImpl() function in TypeImpl
770 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() function in TypeImpl
785 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() function in TypeImpl
828 TypeImpl &TypeImpl::operator=(const TypeImpl &rhs) { in operator =()
910 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType()
922 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType()
934 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType()
946 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType()
958 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType()
970 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h368 class TypeImpl {
370 TypeImpl();
372 ~TypeImpl() {} in ~TypeImpl()
374 TypeImpl(const TypeImpl &rhs);
396 TypeImpl &operator=(const TypeImpl &rhs);
412 TypeImpl GetPointerType() const;
414 TypeImpl GetPointeeType() const;
416 TypeImpl GetReferenceType() const;
418 TypeImpl GetTypedefedType() const;
422 TypeImpl GetUnqualifiedType() const;
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp30 : m_opaque_sp(new TypeImpl( in SBType()
34 : m_opaque_sp(new TypeImpl(type_sp)) {} in SBType()
84 TypeImpl &SBType::ref() { in ref()
86 m_opaque_sp.reset(new TypeImpl()); in ref()
90 const TypeImpl &SBType::ref() const { in ref()
142 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))); in GetPointerType()
148 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()
154 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()
189 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()
319 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()
[all …]
H A DSBValue.cpp489 type_sp.reset(new TypeImpl(value_sp->GetTypeImpl())); in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h93 TypeImpl GetTypeImpl() override;
132 TypeImpl m_type_impl;
H A DValueObject.h379 virtual TypeImpl GetTypeImpl();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h203 lldb_private::TypeImpl &ref();
205 const lldb_private::TypeImpl &ref() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp64 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl()
184 TypeImpl(m_parent->GetCompilerType(), in UpdateValue()
H A DValueObject.cpp342 TypeImpl ValueObject::GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h269 class TypeImpl; variable
470 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;