MLIR
18.0.0git
|
Go to the source code of this file.
Macros | |
#define | MLIR_C_DEBUG_H |
Functions | |
MLIR_CAPI_EXPORTED void | mlirEnableGlobalDebug (bool enable) |
Sets the global debugging flag. More... | |
MLIR_CAPI_EXPORTED bool | mlirIsGlobalDebugEnabled () |
Retuns true if the global debugging flag is set, false otherwise. More... | |
MLIR_CAPI_EXPORTED void mlirEnableGlobalDebug | ( | bool | enable | ) |
Sets the global debugging flag.
Definition at line 16 of file Debug.cpp.
Referenced by PyGlobalDebugFlag::set().
MLIR_CAPI_EXPORTED 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().