Home
last modified time | relevance | path

Searched refs:mlirEnableGlobalDebug (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/CAPI/Debug/
H A DDebug.cpp16 void mlirEnableGlobalDebug(bool enable) { llvm::DebugFlag = enable; } in mlirEnableGlobalDebug() function
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DDebug.h19 MLIR_CAPI_EXPORTED void mlirEnableGlobalDebug(bool enable);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp178 static void set(py::object &o, bool enable) { mlirEnableGlobalDebug(enable); } in set()