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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp115 m_type_list.Append(TypeImplSP(new TypeImpl(type)));
796 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) function in class:TypeImpl
801 TypeImpl::TypeImpl(const CompilerType &compiler_type) function in class:TypeImpl
806 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic) function in class:TypeImpl
811 TypeImpl::TypeImpl(const CompilerType &static_type, function in class:TypeImpl
817 void TypeImpl
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h111 // like TypeImpl need make sure the module is still around before playing
228 class TypeImpl { class in class:lldb_private::Type
230 TypeImpl() = default;
232 ~TypeImpl() {}
234 TypeImpl(const lldb::TypeSP &type_sp);
236 TypeImpl(const CompilerType &compiler_type);
238 TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic);
240 TypeImpl(const CompilerType &compiler_type, const CompilerType &dynamic);
250 bool operator==(const TypeImpl &rhs) const;
252 bool operator!=(const TypeImpl
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp31 : m_opaque_sp(new TypeImpl(
35 : m_opaque_sp(new TypeImpl(type_sp)) {}
48 // SBType::SBType (TypeImpl* impl) :
94 TypeImpl &SBType::ref() {
96 m_opaque_sp = std::make_shared<TypeImpl>();
100 const TypeImpl &SBType::ref() const {
171 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))));
180 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))));
189 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))));
198 SBType(TypeImplSP(new TypeImpl(m_opaque_s
[all...]
H A DSBValue.cpp402 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h84 TypeImpl GetTypeImpl() override;
123 TypeImpl m_type_impl;
H A DValueObject.h355 // this vends a TypeImpl that is useful at the SB API layer
356 virtual TypeImpl GetTypeImpl();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h208 lldb_private::TypeImpl &ref();
210 const lldb_private::TypeImpl &ref() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp63 TypeImpl ValueObjectDynamicValue::GetTypeImpl() {
183 TypeImpl(m_parent->GetCompilerType(),
H A DValueObject.cpp366 TypeImpl ValueObject::GetTypeImpl() { return TypeImpl(GetCompilerType()); }
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h253 class TypeImpl;
452 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;

Completed in 197 milliseconds