Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h150 uint32_t IsHomogeneousAggregate(CompilerType *base_type_ptr) const;
HDTypeSystem.h471 virtual uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.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-head/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
HDABIMacOSX_arm64.cpp501 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters()
HDABISysV_arm64.cpp476 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
HDABISysV_ppc64.cpp782 if (m_type.IsHomogeneousAggregate(&elem_type)) { in GetStructValueObject()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
HDABISysV_arm.cpp1703 compiler_type.IsHomogeneousAggregate(&base_type); in GetReturnValueObjectImpl()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h666 uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
HDTypeSystemClang.cpp3025 TypeSystemClang::IsHomogeneousAggregate(lldb::opaque_compiler_type_t type, in IsHomogeneousAggregate() function in TypeSystemClang