Lines Matching refs:OutputFormat
46 OutputFormat("format",
53 cl::aliasopt(OutputFormat));
197 if (OutputFormat == posix && MultipleFiles) {
199 } else if (OutputFormat == bsd && MultipleFiles) {
201 } else if (OutputFormat == sysv) {
219 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
221 if (OutputFormat == sysv)
230 if (OutputFormat == posix) {
233 } else if (OutputFormat == bsd) {
242 } else if (OutputFormat == sysv) {
432 if (BSDFormat) OutputFormat = bsd;
433 if (POSIXFormat) OutputFormat = posix;
439 if (OutputFormat == sysv || SizeSort) PrintSize = true;