| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeDocstrings.i | 224 ) lldb::SBType::IsAggregateType;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 31 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType 34 return type_system_sp->IsAggregateType(m_type); in IsAggregateType() 1046 if (IsAggregateType()) { in GetValueAsScalar()
|
| H A D | Type.cpp | 495 bool Type::IsAggregateType() { in IsAggregateType() function in Type 496 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 142 bool IsAggregateType();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 275 bool SBType::IsAggregateType() { in IsAggregateType() function in SBType 280 return m_opaque_sp->GetCompilerType(true).IsAggregateType(); in IsAggregateType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 130 bool IsAggregateType() const;
|
| H A D | Type.h | 445 bool IsAggregateType();
|
| H A D | TypeSystem.h | 150 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_i386.cpp | 605 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| H A D | ABIWindows_x86_64.cpp | 621 if (!return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_x86_64.cpp | 637 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 599 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2767 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in TypeSystemClang 5352 if (pointee_clang_type.IsAggregateType()) in GetNumChildren() 5388 if (pointee_clang_type.IsAggregateType()) in GetNumChildren() 6361 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex() 6441 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex() 6481 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex() 6806 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName() 6815 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName() 6984 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName() 6995 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName() [all …]
|
| H A D | TypeSystemClang.h | 632 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 858 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 665 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 829 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue() 2428 if (var_value_sp->GetCompilerType().IsAggregateType() && in PrettyPrintFunctionArguments()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.cpp | 1699 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1983 if (copied_clang_type.IsAggregateType() && in AddContextClassType()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 65238 result = (bool)(arg1)->IsAggregateType(); in _wrap_SBType_IsAggregateType()
|