Home
last modified time | relevance | path

Searched refs:mlirOpPrintingFlagsDestroy (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DIR.h260 MLIR_CAPI_EXPORTED void mlirOpPrintingFlagsDestroy(MlirOpPrintingFlags flags);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp86 void mlirOpPrintingFlagsDestroy(MlirOpPrintingFlags flags) { in mlirOpPrintingFlagsDestroy() function
/external/llvm-project/mlir/test/CAPI/
Dir.c449 mlirOpPrintingFlagsDestroy(flags); in printFirstOfEach()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp830 mlirOpPrintingFlagsDestroy(flags); in print()