Searched refs:printDebugInfoFlag (Results 1 – 2 of 2) sorted by relevance
184 : printDebugInfoFlag(false), printDebugInfoPrettyFormFlag(false), in OpPrintingFlags()192 printDebugInfoFlag = clOptions->printDebugInfoOpt; in OpPrintingFlags()213 printDebugInfoFlag = true; in enableDebugInfo()258 return printDebugInfoFlag; in shouldPrintDebugInfo()
821 bool printDebugInfoFlag : 1; variable