|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| ~LLZKDialect () 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. | |
| ::llvm::LogicalResult | verifyOperationAttribute (::mlir::Operation *op, ::mlir::NamedAttribute attribute) override |
| Provides a hook for verifying dialect attributes attached to the given op. | |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getDialectNamespace () |
Friends | |
| class | ::mlir::MLIRContext |
Definition at line 12 of file Dialect.h.inc.
|
overridedefault |
|
inlinestatic |
Definition at line 19 of file Dialect.h.inc.
|
override |
Parse an attribute registered to this dialect.
|
override |
Print an attribute registered to this dialect.
|
override |
Provides a hook for verifying dialect attributes attached to the given op.
Definition at line 112 of file Dialect.cpp.
|
friend |
Definition at line 16 of file Dialect.h.inc.