• Home
  • Raw
  • Download

Lines Matching refs:OutputFormat

39 OutputFormat("format", cl::desc("Specify output format"),  variable
275 if (OutputFormat == darwin && MachO) in PrintObjectSectionSizes()
279 else if (MachO && OutputFormat == berkeley) in PrintObjectSectionSizes()
281 else if (OutputFormat == sysv) { in PrintObjectSectionSizes()
446 if (OutputFormat == sysv) in PrintFileSectionSizes()
448 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
451 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
476 if (OutputFormat == sysv) in PrintFileSectionSizes()
478 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes()
484 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
513 if (OutputFormat == sysv) in PrintFileSectionSizes()
516 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
522 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
559 if (OutputFormat == sysv) in PrintFileSectionSizes()
561 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes()
567 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
596 if (OutputFormat == sysv) in PrintFileSectionSizes()
599 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
604 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
629 if (OutputFormat == sysv) in PrintFileSectionSizes()
631 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes()
638 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
664 if (OutputFormat == sysv) in PrintFileSectionSizes()
667 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
671 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
687 if (OutputFormat == sysv) in PrintFileSectionSizes()
690 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
701 if (OutputFormat == sysv) in PrintFileSectionSizes()
715 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()