Home
last modified time | relevance | path

Searched refs:printDebugInfoFlag (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp184 : printDebugInfoFlag(false), printDebugInfoPrettyFormFlag(false), in OpPrintingFlags()
192 printDebugInfoFlag = clOptions->printDebugInfoOpt; in OpPrintingFlags()
213 printDebugInfoFlag = true; in enableDebugInfo()
258 return printDebugInfoFlag; in shouldPrintDebugInfo()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h821 bool printDebugInfoFlag : 1; variable