LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Dialect.h.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* Dialect Declarations *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* From: Dialect.td *|
7|* *|
8\*===----------------------------------------------------------------------===*/
9
10namespace llzk {
11namespace component {
12
13class StructDialect : public ::mlir::Dialect {
14 explicit StructDialect(::mlir::MLIRContext *context);
15
16 void initialize();
17 friend class ::mlir::MLIRContext;
18public:
19 ~StructDialect() override;
20 static constexpr ::llvm::StringLiteral getDialectNamespace() {
21 return ::llvm::StringLiteral("struct");
22 }
23
25 ::mlir::Type parseType(::mlir::DialectAsmParser &parser) const override;
26
28 void printType(::mlir::Type type,
29 ::mlir::DialectAsmPrinter &os) const override;
30};
31} // namespace component
32} // namespace llzk
33MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::component::StructDialect)
friend class ::mlir::MLIRContext
Definition Dialect.h.inc:17
static constexpr ::llvm::StringLiteral getDialectNamespace()
Definition Dialect.h.inc:20
void printType(::mlir::Type type, ::mlir::DialectAsmPrinter &os) const override
Print a type registered to this dialect.
::mlir::Type parseType(::mlir::DialectAsmParser &parser) const override
Parse a type registered to this dialect.