Home
last modified time | relevance | path

Searched refs:IsHomogeneousAggregate (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h150 uint32_t IsHomogeneousAggregate(CompilerType *base_type_ptr) const;
H A DTypeSystem.h471 virtual uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp141 CompilerType::IsHomogeneousAggregate(CompilerType *base_type_ptr) const { in IsHomogeneousAggregate() function in CompilerType
144 return type_system_sp->IsHomogeneousAggregate(m_type, base_type_ptr); in IsHomogeneousAggregate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp501 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters()
H A DABISysV_arm64.cpp476 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp782 if (m_type.IsHomogeneousAggregate(&elem_type)) { in GetStructValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1703 compiler_type.IsHomogeneousAggregate(&base_type); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h666 uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3025 TypeSystemClang::IsHomogeneousAggregate(lldb::opaque_compiler_type_t type, in IsHomogeneousAggregate() function in TypeSystemClang