Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h383 mlirOpPrintingFlagsEnableDebugInfo(MlirOpPrintingFlags flags, bool prettyForm);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp130 void mlirOpPrintingFlagsEnableDebugInfo(MlirOpPrintingFlags flags, in mlirOpPrintingFlagsEnableDebugInfo() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c470 mlirOpPrintingFlagsEnableDebugInfo(flags, /*prettyForm=*/0); in printFirstOfEach()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1013 mlirOpPrintingFlagsEnableDebugInfo(flags, /*prettyForm=*/prettyDebugInfo); in print()