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 include {
12
13class IncludeDialect : public ::mlir::Dialect {
14 explicit IncludeDialect(::mlir::MLIRContext *context);
15
16 void initialize();
17 friend class ::mlir::MLIRContext;
18public:
19 ~IncludeDialect() override;
20 static constexpr ::llvm::StringLiteral getDialectNamespace() {
21 return ::llvm::StringLiteral("include");
22 }
23};
24} // namespace include
25} // namespace llzk
26MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::include::IncludeDialect)
friend class ::mlir::MLIRContext
Definition Dialect.h.inc:17
static constexpr ::llvm::StringLiteral getDialectNamespace()
Definition Dialect.h.inc:20