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

Public Member Functions

 ~FunctionDialect () 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.
 

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

◆ ~FunctionDialect()

llzk::function::FunctionDialect::~FunctionDialect ( )
overridedefault

Member Function Documentation

◆ getDialectNamespace()

static constexpr ::llvm::StringLiteral llzk::function::FunctionDialect::getDialectNamespace ( )
inlinestatic

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

◆ parseAttribute()

::mlir::Attribute llzk::function::FunctionDialect::parseAttribute ( ::mlir::DialectAsmParser & parser,
::mlir::Type type ) const
override

Parse an attribute registered to this dialect.

◆ printAttribute()

void llzk::function::FunctionDialect::printAttribute ( ::mlir::Attribute attr,
::mlir::DialectAsmPrinter & os ) const
override

Print an attribute registered to this dialect.

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: