Lines Matching refs:OutputFormat
46 OutputFormat("format",
53 cl::aliasopt(OutputFormat));
179 if (OutputFormat == posix && MultipleFiles) {
181 } else if (OutputFormat == bsd && MultipleFiles) {
183 } else if (OutputFormat == sysv) {
201 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
203 if (OutputFormat == sysv)
212 if (OutputFormat == posix) {
215 } else if (OutputFormat == bsd) {
224 } else if (OutputFormat == sysv) {
394 if (BSDFormat) OutputFormat = bsd;
395 if (POSIXFormat) OutputFormat = posix;
401 if (OutputFormat == sysv || SizeSort) PrintSize = true;