Lines Matching refs:clOptions
173 static llvm::ManagedStatic<AsmPrinterOptions> clOptions; variable
179 *clOptions; in registerAsmPrinterCLOptions()
188 if (!clOptions.isConstructed()) in OpPrintingFlags()
190 if (clOptions->elideElementsAttrIfLarger.getNumOccurrences()) in OpPrintingFlags()
191 elementsAttrElementLimit = clOptions->elideElementsAttrIfLarger; in OpPrintingFlags()
192 printDebugInfoFlag = clOptions->printDebugInfoOpt; in OpPrintingFlags()
193 printDebugInfoPrettyFormFlag = clOptions->printPrettyDebugInfoOpt; in OpPrintingFlags()
194 printGenericOpFormFlag = clOptions->printGenericOpFormOpt; in OpPrintingFlags()
195 assumeVerifiedFlag = clOptions->assumeVerifiedOpt; in OpPrintingFlags()
196 printLocalScope = clOptions->printLocalScopeOpt; in OpPrintingFlags()
197 printValueUsersFlag = clOptions->printValueUsers; in OpPrintingFlags()
288 if (clOptions.isConstructed()) { in shouldPrintElementsAttrWithHex()
289 if (clOptions->printElementsAttrWithHexIfLarger.getNumOccurrences()) { in shouldPrintElementsAttrWithHex()
291 if (clOptions->printElementsAttrWithHexIfLarger == -1) in shouldPrintElementsAttrWithHex()
293 return numElements > clOptions->printElementsAttrWithHexIfLarger; in shouldPrintElementsAttrWithHex()