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

Public Member Functions

 ~StringDialect () override
 
::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

◆ ~StringDialect()

llzk::string::StringDialect::~StringDialect ( )
overridedefault

Member Function Documentation

◆ getDialectNamespace()

static constexpr ::llvm::StringLiteral llzk::string::StringDialect::getDialectNamespace ( )
inlinestatic

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

◆ parseType()

mlir::Type llzk::string::StringDialect::parseType ( ::mlir::DialectAsmParser & parser) const
override

Parse a type registered to this dialect.

Definition at line 48 of file Types.cpp.inc.

◆ printType()

void llzk::string::StringDialect::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: