MLIR  19.0.0git
Classes | Namespaces | Functions
BytecodeWriter.h File Reference
#include "mlir/IR/AsmState.h"

Go to the source code of this file.

Classes

class  mlir::AttrTypeBytecodeWriter< T >
 A class to interact with the attributes and types printer when emitting MLIR bytecode. More...
 
class  mlir::BytecodeWriterConfig
 This class contains the configuration used for the bytecode writer. More...
 

Namespaces

 mlir
 Include the generated interface declarations.
 

Functions

LogicalResult mlir::writeBytecodeToFile (Operation *op, raw_ostream &os, const BytecodeWriterConfig &config={})
 Write the bytecode for the given operation to the provided output stream. More...