Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h102 uint32_t IsHomogeneousAggregate(CompilerType *base_type_ptr) const;
H A DTypeSystem.h421 virtual uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h575 uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp123 CompilerType::IsHomogeneousAggregate(CompilerType *base_type_ptr) const { in IsHomogeneousAggregate() function in CompilerType
125 return m_type_system->IsHomogeneousAggregate(m_type, base_type_ptr); in IsHomogeneousAggregate()
H A DClangASTContext.cpp3151 ClangASTContext::IsHomogeneousAggregate(lldb::opaque_compiler_type_t type, in IsHomogeneousAggregate() function in ClangASTContext
3227 return IsHomogeneousAggregate(llvm::cast<clang::TypedefType>(qual_type) in IsHomogeneousAggregate()
3234 return IsHomogeneousAggregate(llvm::cast<clang::AutoType>(qual_type) in IsHomogeneousAggregate()
3240 return IsHomogeneousAggregate(llvm::cast<clang::ElaboratedType>(qual_type) in IsHomogeneousAggregate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp788 if (m_type.IsHomogeneousAggregate(&elem_type)) { in GetStructValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1717 compiler_type.IsHomogeneousAggregate(&base_type); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp2101 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp2125 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters()