MLIR  19.0.0git
Public Member Functions | List of all members
mlir::python::PyAsmState Class Reference

Wrapper around an MlirAsmState. More...

#include "Bindings/Python/IRModule.h"

Public Member Functions

 PyAsmState (MlirValue value, bool useLocalScope)
 
 PyAsmState (PyOperationBase &operation, bool useLocalScope)
 
 ~PyAsmState ()
 
 PyAsmState (PyAsmState &other)=delete
 
 PyAsmState (const PyAsmState &other)=delete
 
MlirAsmState get ()
 

Detailed Description

Wrapper around an MlirAsmState.

Definition at line 776 of file IRModule.h.

Constructor & Destructor Documentation

◆ PyAsmState() [1/4]

mlir::python::PyAsmState::PyAsmState ( MlirValue  value,
bool  useLocalScope 
)
inline

◆ PyAsmState() [2/4]

mlir::python::PyAsmState::PyAsmState ( PyOperationBase operation,
bool  useLocalScope 
)
inline

◆ ~PyAsmState()

mlir::python::PyAsmState::~PyAsmState ( )
inline

Definition at line 796 of file IRModule.h.

References mlirOpPrintingFlagsDestroy().

◆ PyAsmState() [3/4]

mlir::python::PyAsmState::PyAsmState ( PyAsmState other)
delete

◆ PyAsmState() [4/4]

mlir::python::PyAsmState::PyAsmState ( const PyAsmState other)
delete

Member Function Documentation

◆ get()

MlirAsmState mlir::python::PyAsmState::get ( )
inline

Definition at line 801 of file IRModule.h.


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