Lines Matching refs:OutputFormat
45 OutputFormat("format",
52 cl::aliasopt(OutputFormat));
167 if (OutputFormat == posix && MultipleFiles) {
169 } else if (OutputFormat == bsd && MultipleFiles) {
171 } else if (OutputFormat == sysv) {
189 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
191 if (OutputFormat == sysv)
199 if (OutputFormat == posix) {
202 } else if (OutputFormat == bsd) {
211 } else if (OutputFormat == sysv) {
374 if (BSDFormat) OutputFormat = bsd;
375 if (POSIXFormat) OutputFormat = posix;
381 if (OutputFormat == sysv || SizeSort) PrintSize = true;