Base storage class appearing in a Type.
More...
#include <TypeSupport.h>
Base storage class appearing in a Type.
◆ TypeStorage()
mlir::TypeStorage::TypeStorage |
( |
unsigned |
subclassData = 0 | ) |
|
|
inlineprotected |
This constructor is used by derived classes as part of the TypeUniquer. When using this constructor, the initializeTypeInfo function must be invoked afterwards for the storage to be valid.
◆ getDialect()
Dialect& mlir::TypeStorage::getDialect |
( |
| ) |
|
|
inline |
Get the dialect that this type is registered to.
◆ getSubclassData()
unsigned mlir::TypeStorage::getSubclassData |
( |
| ) |
const |
|
inline |
◆ setSubclassData()
void mlir::TypeStorage::setSubclassData |
( |
unsigned |
val | ) |
|
|
inline |
The documentation for this class was generated from the following file: