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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h98 uint32_t IsHomogeneousAggregate(CompilerType *base_type_ptr) const;
H A DTypeSystem.h407 virtual uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h502 uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp103 CompilerType::IsHomogeneousAggregate(CompilerType *base_type_ptr) const { function in class:CompilerType
105 return m_type_system->IsHomogeneousAggregate(m_type, base_type_ptr);
H A DClangASTContext.cpp2778 ClangASTContext::IsHomogeneousAggregate(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp776 if (m_type.IsHomogeneousAggregate(&elem_type)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1715 compiler_type.IsHomogeneousAggregate(&base_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp2101 value_type.IsHomogeneousAggregate(&base_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp2126 value_type.IsHomogeneousAggregate(&base_type);

Completed in 138 milliseconds