|
| | ~FeltDialect () override |
| ::mlir::Attribute | parseAttribute (::mlir::DialectAsmParser &parser, ::mlir::Type type) const override |
| | Parse an attribute registered to this dialect.
|
| void | printAttribute (::mlir::Attribute attr, ::mlir::DialectAsmPrinter &os) const override |
| | Print an attribute registered to this dialect.
|
| ::mlir::Type | parseType (::mlir::DialectAsmParser &parser) const override |
| | Parse a type registered to this dialect.
|
| void | printType (::mlir::Type type, ::mlir::DialectAsmPrinter &os) const override |
| | Print a type registered to this dialect.
|
Definition at line 13 of file Dialect.h.inc.
◆ ~FeltDialect()
| llzk::felt::FeltDialect::~FeltDialect |
( |
| ) |
|
|
overridedefault |
◆ getDialectNamespace()
| constexpr ::llvm::StringLiteral llzk::felt::FeltDialect::getDialectNamespace |
( |
| ) |
|
|
inlinestatic |
◆ parseAttribute()
| ::mlir::Attribute llzk::felt::FeltDialect::parseAttribute |
( |
::mlir::DialectAsmParser & | parser, |
|
|
::mlir::Type | type ) const |
|
override |
Parse an attribute registered to this dialect.
◆ parseType()
| mlir::Type llzk::felt::FeltDialect::parseType |
( |
::mlir::DialectAsmParser & | parser | ) |
const |
|
override |
Parse a type registered to this dialect.
Definition at line 48 of file Types.cpp.inc.
◆ printAttribute()
| void llzk::felt::FeltDialect::printAttribute |
( |
::mlir::Attribute | attr, |
|
|
::mlir::DialectAsmPrinter & | os ) const |
|
override |
Print an attribute registered to this dialect.
◆ printType()
| void llzk::felt::FeltDialect::printType |
( |
::mlir::Type | type, |
|
|
::mlir::DialectAsmPrinter & | os ) const |
|
override |
Print a type registered to this dialect.
Definition at line 61 of file Types.cpp.inc.
◆ ::mlir::MLIRContext
| friend class ::mlir::MLIRContext |
|
friend |
The documentation for this class was generated from the following files: