LLVM 24.0.0git
llvm::abi::ABICompatInfo Struct Reference

Flags controlling ABI compatibility behaviour that applies to every target. More...

#include "llvm/ABI/TargetInfo.h"

Inheritance diagram for llvm::abi::ABICompatInfo:
[legend]

Public Member Functions

 ABICompatInfo ()

Public Attributes

bool IsMatrixHA: 1
 Whether a matrix type may be the base type of a homogeneous aggregate.

Detailed Description

Flags controlling ABI compatibility behaviour that applies to every target.

Targets with compatibility flags of their own extend this with a derived structure.

Definition at line 43 of file TargetInfo.h.

Constructor & Destructor Documentation

◆ ABICompatInfo()

llvm::abi::ABICompatInfo::ABICompatInfo ( )
inline

Definition at line 47 of file TargetInfo.h.

References IsMatrixHA.

Member Data Documentation

◆ IsMatrixHA

bool llvm::abi::ABICompatInfo::IsMatrixHA

Whether a matrix type may be the base type of a homogeneous aggregate.

Definition at line 45 of file TargetInfo.h.

Referenced by ABICompatInfo(), and llvm::abi::TargetInfo::isHomogeneousAggregate().


The documentation for this struct was generated from the following file: