|
LLVM 24.0.0git
|
Flags controlling ABI compatibility behaviour that applies to every target. More...
#include "llvm/ABI/TargetInfo.h"
Public Member Functions | |
| ABICompatInfo () | |
Public Attributes | |
| bool | IsMatrixHA: 1 |
| Whether a matrix type may be the base type of a homogeneous aggregate. | |
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.
|
inline |
Definition at line 47 of file TargetInfo.h.
References 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().