|
MLIR 22.0.0git
|
Wrapper around an MlirAsmState. More...
#include "mlir/Bindings/Python/IRCore.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 () |
| mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyAsmState::PyAsmState | ( | MlirValue | value, |
| bool | useLocalScope ) |
Definition at line 1793 of file IRCore.cpp.
References mlirOpPrintingFlagsCreate().
Referenced by PyAsmState(), and PyAsmState().
| mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyAsmState::PyAsmState | ( | PyOperationBase & | operation, |
| bool | useLocalScope ) |
Definition at line 1802 of file IRCore.cpp.
|
inline |
Definition at line 795 of file IRCore.h.
References mlirOpPrintingFlagsDestroy().
|
delete |
References PyAsmState().
|
delete |
References PyAsmState().
|
inline |
Definition at line 800 of file IRCore.h.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().