Home
last modified time | relevance | path

Searched refs:IsAggregateType (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp31 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType
33 return m_type_system->IsAggregateType(m_type); in IsAggregateType()
787 if (IsAggregateType()) { in GetValueAsScalar()
H A DType.cpp387 bool Type::IsAggregateType() { in IsAggregateType() function in Type
388 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h83 bool IsAggregateType() const;
H A DType.h136 bool IsAggregateType();
H A DTypeSystem.h142 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp603 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp619 if (!return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp635 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp598 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp857 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp664 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2783 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in TypeSystemClang
5380 if (pointee_clang_type.IsAggregateType()) in GetNumChildren()
5416 if (pointee_clang_type.IsAggregateType()) in GetNumChildren()
6390 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()
6470 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()
6509 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()
6835 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()
6844 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()
7015 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()
7026 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()
[all …]
H A DTypeSystemClang.h556 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp844 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue()
1706 if (var_value_sp->GetCompilerType().IsAggregateType() && in Format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1698 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1906 if (copied_clang_type.IsAggregateType() && in AddContextClassType()