MLIR  19.0.0git
Static Public Member Functions | List of all members
PyGlobalDebugFlag Struct Reference

Wrapper for the global LLVM debugging flag. More...

Static Public Member Functions

static void set (py::object &o, bool enable)
 
static bool get (const py::object &)
 
static void bind (py::module &m)
 

Detailed Description

Wrapper for the global LLVM debugging flag.

Definition at line 234 of file IRCore.cpp.

Member Function Documentation

◆ bind()

static void PyGlobalDebugFlag::bind ( py::module &  m)
inlinestatic

Definition at line 239 of file IRCore.cpp.

References get(), and set().

◆ get()

static bool PyGlobalDebugFlag::get ( const py::object &  )
inlinestatic

Definition at line 237 of file IRCore.cpp.

References mlirIsGlobalDebugEnabled().

Referenced by bind().

◆ set()

static void PyGlobalDebugFlag::set ( py::object &  o,
bool  enable 
)
inlinestatic

Definition at line 235 of file IRCore.cpp.

References mlirEnableGlobalDebug().

Referenced by bind().


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