Lines Matching refs:OutputFormat
54 cl::opt<OutputFormatTy> OutputFormat( variable
61 cl::aliasopt(OutputFormat));
558 if (OutputFormat == posix && MultipleFiles && printName) { in sortAndPrintSymbolList()
560 } else if (OutputFormat == bsd && MultipleFiles && printName) { in sortAndPrintSymbolList()
562 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList()
601 OutputFormat != darwin)) && OutputFormat != posix) { in sortAndPrintSymbolList()
609 if (OutputFormat == sysv || I->TypeChar == 'U') in sortAndPrintSymbolList()
611 if (OutputFormat == sysv) in sortAndPrintSymbolList()
629 if ((OutputFormat == darwin || FormatMachOasHex) && (MachO || Obj.isIR())) { in sortAndPrintSymbolList()
632 } else if (OutputFormat == posix) { in sortAndPrintSymbolList()
638 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) { in sortAndPrintSymbolList()
649 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList()
1260 OutputFormat = bsd; in main()
1262 OutputFormat = posix; in main()
1264 OutputFormat = darwin; in main()
1271 if (OutputFormat == sysv || SizeSort) in main()