/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeDocstrings.i | 224 ) lldb::SBType::IsAggregateType;
|
/freebsd/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() 1090 if (IsAggregateType()) { in GetValueAsScalar()
|
H A D | Type.cpp | 500 bool Type::IsAggregateType() { in IsAggregateType() function in Type 501 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBType.h | 173 bool IsAggregateType();
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 293 bool SBType::IsAggregateType() { in IsAggregateType() function in SBType 298 return m_opaque_sp->GetCompilerType(true).IsAggregateType(); in IsAggregateType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 130 bool IsAggregateType() const;
|
H A D | Type.h | 451 bool IsAggregateType();
|
H A D | TypeSystem.h | 155 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 599 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 858 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2775 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in TypeSystemClang 5431 if (pointee_clang_type.IsAggregateType()) { in GetNumChildren() 5471 if (pointee_clang_type.IsAggregateType()) { in GetNumChildren() 6486 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex() 6566 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex() 6606 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex() 6931 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName() 6940 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName() 7109 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName() 7120 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName() [all …]
|
H A D | TypeSystemClang.h | 639 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 665 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 861 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue() 2477 if (var_value_sp->GetCompilerType().IsAggregateType() && in PrettyPrintFunctionArguments()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABISysV_arm.cpp | 1699 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1978 if (copied_clang_type.IsAggregateType() && in AddContextClassType()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 68436 result = (bool)(arg1)->IsAggregateType(); in _wrap_SBType_IsAggregateType()
|