Lines Matching refs:OutputFormat
52 cl::opt<OutputFormatTy> OutputFormat( variable
59 cl::aliasopt(OutputFormat));
546 if (OutputFormat == posix && MultipleFiles && printName) { in sortAndPrintSymbolList()
548 } else if (OutputFormat == bsd && MultipleFiles && printName) { in sortAndPrintSymbolList()
550 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList()
589 if (OutputFormat == sysv || I->Address == UnknownAddressOrSize) in sortAndPrintSymbolList()
591 if (OutputFormat == sysv) in sortAndPrintSymbolList()
606 if ((OutputFormat == darwin || FormatMachOasHex) && MachO) { in sortAndPrintSymbolList()
608 } else if (OutputFormat == posix) { in sortAndPrintSymbolList()
611 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) { in sortAndPrintSymbolList()
623 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList()
1240 OutputFormat = bsd; in main()
1242 OutputFormat = posix; in main()
1244 OutputFormat = darwin; in main()
1251 if (OutputFormat == sysv || SizeSort) in main()