Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp112 : printDebugInfoFlag(false), printDebugInfoPrettyFormFlag(false), in OpPrintingFlags()
119 printDebugInfoFlag = clOptions->printDebugInfoOpt; in OpPrintingFlags()
138 printDebugInfoFlag = true; in enableDebugInfo()
171 return printDebugInfoFlag; in shouldPrintDebugInfo()
/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h651 bool printDebugInfoFlag : 1; variable