LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::felt::FeltDialect Class Reference
Inheritance diagram for llzk::felt::FeltDialect:
[legend]
Collaboration diagram for llzk::felt::FeltDialect:
[legend]

Public Member Functions

 ~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.
 

Static Public Member Functions

static constexpr ::llvm::StringLiteral getDialectNamespace ()
 

Friends

class ::mlir::MLIRContext
 

Detailed Description

Definition at line 13 of file Dialect.h.inc.

Constructor & Destructor Documentation

◆ ~FeltDialect()

llzk::felt::FeltDialect::~FeltDialect ( )
overridedefault

Member Function Documentation

◆ getDialectNamespace()

static constexpr ::llvm::StringLiteral llzk::felt::FeltDialect::getDialectNamespace ( )
inlinestatic

Definition at line 20 of file Dialect.h.inc.

◆ 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.

Friends And Related Symbol Documentation

◆ ::mlir::MLIRContext

friend class ::mlir::MLIRContext
friend

Definition at line 17 of file Dialect.h.inc.


The documentation for this class was generated from the following files: