Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp96 bool prettyForm) { in mlirOpPrintingFlagsEnableDebugInfo() argument
97 unwrap(flags)->enableDebugInfo(/*prettyForm=*/prettyForm); in mlirOpPrintingFlagsEnableDebugInfo()
/external/llvm-project/mlir/include/mlir-c/
DIR.h274 mlirOpPrintingFlagsEnableDebugInfo(MlirOpPrintingFlags flags, bool prettyForm);
/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h616 OpPrintingFlags &enableDebugInfo(bool prettyForm = false);
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp137 OpPrintingFlags &OpPrintingFlags::enableDebugInfo(bool prettyForm) { in enableDebugInfo() argument
139 printDebugInfoPrettyFormFlag = prettyForm; in enableDebugInfo()