Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DDebug.h32 MLIR_CAPI_EXPORTED void mlirSetGlobalDebugTypes(const char **types, intptr_t n);
/llvm-project/mlir/lib/CAPI/Debug/
H A DDebug.cpp28 void mlirSetGlobalDebugTypes(const char **types, intptr_t n) { in mlirSetGlobalDebugTypes() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp281 mlirSetGlobalDebugTypes(pointers.data(), pointers.size()); in bind()