MLIR  20.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 (nb::object &o, bool enable)
 
static bool get (const nb::object &)
 
static void bind (nb::module_ &m)
 

Detailed Description

Wrapper for the global LLVM debugging flag.

Definition at line 245 of file IRCore.cpp.

Member Function Documentation

◆ bind()

static void PyGlobalDebugFlag::bind ( nb::module_ &  m)
inlinestatic

Definition at line 250 of file IRCore.cpp.

◆ get()

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

Definition at line 248 of file IRCore.cpp.

References mlirIsGlobalDebugEnabled().

◆ set()

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

Definition at line 246 of file IRCore.cpp.

References mlirEnableGlobalDebug().


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