| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 913 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() function in TypeImpl 918 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() function in TypeImpl 928 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() function in TypeImpl 1000 bool TypeImpl::operator==(const TypeImpl &rhs) const { in operator ==() 1052 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType() 1064 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() 1076 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType() 1088 TypeImpl TypeImpl::GetTypedefedType() const { in GetTypedefedType() 1100 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType() 1112 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 32 SBType::SBType(const CompilerType &type) : m_opaque_sp(new TypeImpl(type)) {} in SBType() 35 : m_opaque_sp(new TypeImpl(type_sp)) {} in SBType() 93 TypeImpl &SBType::ref() { in ref() 95 m_opaque_sp = std::make_shared<TypeImpl>(); in ref() 99 const TypeImpl &SBType::ref() const { in ref() 169 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))); in GetPointerType() 177 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType() 209 return SBType(TypeImplSP(new TypeImpl( in GetArrayElementType() 230 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType() 420 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex() [all …]
|
| H A D | SBValue.cpp | 393 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 557 class TypeImpl { 559 TypeImpl() = default; 561 ~TypeImpl() = default; 563 TypeImpl(const lldb::TypeSP &type_sp); 595 TypeImpl GetPointerType() const; 597 TypeImpl GetPointeeType() const; 599 TypeImpl GetReferenceType() const; 601 TypeImpl GetTypedefedType() const; 603 TypeImpl GetDereferencedType() const; 605 TypeImpl GetUnqualifiedType() const; [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 78 ScriptInterpreter *script_interpreter, TypeImpl type, in FormattersMatchCandidate() 87 TypeImpl GetType() const { return m_type; } in GetType() 117 TypeImpl m_type;
|
| H A D | FormattersContainer.h | 112 std::make_shared<TypeImpl>(candidate_type.GetType())); in Matches()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObjectDynamicValue.h | 76 TypeImpl GetTypeImpl() override; 114 TypeImpl m_type_impl;
|
| H A D | ValueObject.h | 355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 227 lldb_private::TypeImpl &ref(); 229 const lldb_private::TypeImpl &ref() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | 60 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() 191 TypeImpl(m_parent->GetCompilerType(), in UpdateValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 189 TypeImpl(compiler_type), current_flags}); in GetPossibleMatches() 193 entries.push_back({type_name, script_interpreter, TypeImpl(compiler_type), in GetPossibleMatches() 199 TypeImpl(compiler_type), current_flags}); in GetPossibleMatches()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 258 class TypeImpl; variable 451 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 897 TypeImpl(objc_class_sp->GetType()), in GetPossibleFormattersMatches()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 2338 FormattersMatchCandidate candidate_type(type_name, nullptr, TypeImpl(), in AddSynth() 2479 type_name, nullptr, TypeImpl(), FormattersMatchCandidate::Flags()); in AddFilter()
|