Lines Matching refs:clOptions
101 static llvm::ManagedStatic<AsmPrinterOptions> clOptions; variable
107 *clOptions; in registerAsmPrinterCLOptions()
115 if (!clOptions.isConstructed()) in OpPrintingFlags()
117 if (clOptions->elideElementsAttrIfLarger.getNumOccurrences()) in OpPrintingFlags()
118 elementsAttrElementLimit = clOptions->elideElementsAttrIfLarger; in OpPrintingFlags()
119 printDebugInfoFlag = clOptions->printDebugInfoOpt; in OpPrintingFlags()
120 printDebugInfoPrettyFormFlag = clOptions->printPrettyDebugInfoOpt; in OpPrintingFlags()
121 printGenericOpFormFlag = clOptions->printGenericOpFormOpt; in OpPrintingFlags()
122 printLocalScope = clOptions->printLocalScopeOpt; in OpPrintingFlags()
191 if (clOptions.isConstructed()) { in shouldPrintElementsAttrWithHex()
192 if (clOptions->printElementsAttrWithHexIfLarger.getNumOccurrences()) { in shouldPrintElementsAttrWithHex()
194 if (clOptions->printElementsAttrWithHexIfLarger == -1) in shouldPrintElementsAttrWithHex()
196 return numElements > clOptions->printElementsAttrWithHexIfLarger; in shouldPrintElementsAttrWithHex()