|
MLIR 22.0.0git
|
Wrapper for the global LLVM debugging flag. More...
#include "mlir/Bindings/Python/IRCore.h"
Static Public Member Functions | |
| static void | set (nanobind::object &o, bool enable) |
| static bool | get (const nanobind::object &) |
| static void | bind (nanobind::module_ &m) |
|
static |
Definition at line 123 of file IRCore.cpp.
References get(), mlirSetGlobalDebugType(), mlirSetGlobalDebugTypes(), and set().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
|
static |
Definition at line 118 of file IRCore.cpp.
References mlirIsGlobalDebugEnabled().
Referenced by bind().
|
static |
Definition at line 113 of file IRCore.cpp.
References mlirEnableGlobalDebug().
Referenced by bind().