Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h274 mlirOpPrintingFlagsEnableDebugInfo(MlirOpPrintingFlags flags, bool prettyForm);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp95 void mlirOpPrintingFlagsEnableDebugInfo(MlirOpPrintingFlags flags, in mlirOpPrintingFlagsEnableDebugInfo() function
/external/llvm-project/mlir/test/CAPI/
Dir.c440 mlirOpPrintingFlagsEnableDebugInfo(flags, /*prettyForm=*/0); in printFirstOfEach()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp822 mlirOpPrintingFlagsEnableDebugInfo(flags, /*prettyForm=*/prettyDebugInfo); in print()