12class LLZKDialect :
public ::mlir::Dialect {
16 friend class ::mlir::MLIRContext;
20 return ::llvm::StringLiteral(
"llzk");
25 ::mlir::Type type)
const override;
29 ::mlir::DialectAsmPrinter &os)
const override;
friend class ::mlir::MLIRContext
static constexpr ::llvm::StringLiteral getDialectNamespace()
::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.