Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp807 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() function in TypeImpl
812 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() function in TypeImpl
822 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() function in TypeImpl
894 bool TypeImpl::operator==(const TypeImpl &rhs) const { in operator ==()
946 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType()
958 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType()
970 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType()
982 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType()
994 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType()
1006 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h238 class TypeImpl {
240 TypeImpl() = default;
242 ~TypeImpl() = default;
244 TypeImpl(const lldb::TypeSP &type_sp);
276 TypeImpl GetPointerType() const;
278 TypeImpl GetPointeeType() const;
280 TypeImpl GetReferenceType() const;
282 TypeImpl GetTypedefedType() const;
284 TypeImpl GetDereferencedType() const;
286 TypeImpl GetUnqualifiedType() const;
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp32 : m_opaque_sp(new TypeImpl( in SBType()
36 : m_opaque_sp(new TypeImpl(type_sp)) {} in SBType()
95 TypeImpl &SBType::ref() { in ref()
97 m_opaque_sp = std::make_shared<TypeImpl>(); in ref()
101 const TypeImpl &SBType::ref() const { in ref()
172 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType())))); in GetPointerType()
181 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType())))); in GetPointeeType()
216 return LLDB_RECORD_RESULT(SBType(TypeImplSP(new TypeImpl( in GetArrayElementType()
237 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()
427 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()
[all …]
H A DSBValue.cpp402 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h83 TypeImpl GetTypeImpl() override;
122 TypeImpl m_type_impl;
H A DValueObject.h355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h215 lldb_private::TypeImpl &ref();
217 const lldb_private::TypeImpl &ref() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp63 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl()
183 TypeImpl(m_parent->GetCompilerType(), in UpdateValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h242 class TypeImpl; variable
450 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;