Searched refs:printDebugInfoFlag (Results 1 – 2 of 2) sorted by relevance
112 : printDebugInfoFlag(false), printDebugInfoPrettyFormFlag(false), in OpPrintingFlags()119 printDebugInfoFlag = clOptions->printDebugInfoOpt; in OpPrintingFlags()138 printDebugInfoFlag = true; in enableDebugInfo()171 return printDebugInfoFlag; in shouldPrintDebugInfo()
651 bool printDebugInfoFlag : 1; variable