Home | History | Annotate | Download | only in llvm-nm

Lines Matching refs:OutputFormat

44   OutputFormat("format",
51 cl::aliasopt(OutputFormat));
166 if (OutputFormat == posix && MultipleFiles) {
168 } else if (OutputFormat == bsd && MultipleFiles) {
170 } else if (OutputFormat == sysv) {
188 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
190 if (OutputFormat == sysv)
198 if (OutputFormat == posix) {
201 } else if (OutputFormat == bsd) {
210 } else if (OutputFormat == sysv) {
357 if (BSDFormat) OutputFormat = bsd;
358 if (POSIXFormat) OutputFormat = posix;
364 if (OutputFormat == sysv || SizeSort) PrintSize = true;