Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/Debug/
H A DDebug.cpp18 bool mlirIsGlobalDebugEnabled() { return llvm::DebugFlag; } in mlirIsGlobalDebugEnabled() function
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DDebug.h22 MLIR_CAPI_EXPORTED bool mlirIsGlobalDebugEnabled();
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp180 static bool get(const py::object &) { return mlirIsGlobalDebugEnabled(); } in get()