MLIR  19.0.0git
Functions
Debug.cpp File Reference
#include "mlir-c/Debug.h"
#include "mlir-c/Support.h"
#include "mlir/CAPI/Support.h"
#include "llvm/Support/Debug.h"

Go to the source code of this file.

Functions

void mlirEnableGlobalDebug (bool enable)
 Sets the global debugging flag. More...
 
bool mlirIsGlobalDebugEnabled ()
 Retuns true if the global debugging flag is set, false otherwise. More...
 

Function Documentation

◆ mlirEnableGlobalDebug()

void mlirEnableGlobalDebug ( bool  enable)

Sets the global debugging flag.

Definition at line 16 of file Debug.cpp.

Referenced by PyGlobalDebugFlag::set().

◆ mlirIsGlobalDebugEnabled()

bool mlirIsGlobalDebugEnabled ( )

Retuns true if the global debugging flag is set, false otherwise.

Definition at line 18 of file Debug.cpp.

Referenced by PyGlobalDebugFlag::get().