Lines Matching refs:OutputFormat

38 OutputFormat("format", cl::desc("Specify output format"),  variable
287 if (OutputFormat == darwin && MachO) in PrintObjectSectionSizes()
291 else if (MachO && OutputFormat == berkeley) in PrintObjectSectionSizes()
293 else if (OutputFormat == sysv) { in PrintObjectSectionSizes()
460 if (OutputFormat == sysv) in PrintFileSectionSizes()
462 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
465 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
490 if (OutputFormat == sysv) in PrintFileSectionSizes()
492 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes()
498 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
521 if (OutputFormat == sysv) in PrintFileSectionSizes()
524 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
530 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
567 if (OutputFormat == sysv) in PrintFileSectionSizes()
569 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes()
575 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
598 if (OutputFormat == sysv) in PrintFileSectionSizes()
601 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
606 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
631 if (OutputFormat == sysv) in PrintFileSectionSizes()
633 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes()
640 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
661 if (OutputFormat == sysv) in PrintFileSectionSizes()
664 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
668 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
684 if (OutputFormat == sysv) in PrintFileSectionSizes()
687 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
698 if (OutputFormat == sysv) in PrintFileSectionSizes()
712 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()