Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DDebug.h27 MLIR_CAPI_EXPORTED void mlirSetGlobalDebugType(const char *type);
/llvm-project/mlir/lib/CAPI/Debug/
H A DDebug.cpp20 void mlirSetGlobalDebugType(const char *type) { in mlirSetGlobalDebugType() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp272 mlirSetGlobalDebugType(type.c_str()); in dundeSetItemNamed()