Lines Matching refs:OutputFormat
39 OutputFormat("format", cl::desc("Specify output format"),
116 /// This is when used when @c OutputFormat is darwin and produces the same
189 /// This is when used when @c OutputFormat is berkeley with a Mach-O file and
264 /// The format used is determined by @c OutputFormat and @c Radix.
271 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
272 // size(1) -m output, else if OutputFormat is darwin and not a Mach-O object
273 // let it fall through to OutputFormat berkeley.
275 if (OutputFormat == darwin && MachO)
277 // If we have a MachOObjectFile and the OutputFormat is berkeley print as
279 else if (MachO && OutputFormat == berkeley)
281 else if (OutputFormat == sysv) {
446 if (OutputFormat == sysv)
448 else if (MachO && OutputFormat == darwin)
451 if (OutputFormat == berkeley) {
476 if (OutputFormat == sysv)
478 else if (MachO && OutputFormat == darwin) {
484 if (OutputFormat == berkeley) {
513 if (OutputFormat == sysv)
516 else if (MachO && OutputFormat == darwin)
522 if (OutputFormat == berkeley) {
559 if (OutputFormat == sysv)
561 else if (MachO && OutputFormat == darwin) {
567 if (OutputFormat == berkeley) {
596 if (OutputFormat == sysv)
599 else if (MachO && OutputFormat == darwin)
604 if (OutputFormat == berkeley) {
629 if (OutputFormat == sysv)
631 else if (MachO && OutputFormat == darwin) {
638 if (OutputFormat == berkeley) {
664 if (OutputFormat == sysv)
667 else if (MachO && OutputFormat == darwin)
671 if (OutputFormat == berkeley) {
687 if (OutputFormat == sysv)
690 if (OutputFormat == berkeley) {
701 if (OutputFormat == sysv)
715 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort);