Lines Matching refs:OutputFormat
38 OutputFormat("format", cl::desc("Specify output format"),
115 /// This is when used when @c OutputFormat is darwin and produces the same
194 /// This is when used when @c OutputFormat is berkeley with a Mach-O file and
276 /// The format used is determined by @c OutputFormat and @c Radix.
283 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
284 // size(1) -m output, else if OutputFormat is darwin and not a Mach-O object
285 // let it fall through to OutputFormat berkeley.
287 if (OutputFormat == darwin && MachO)
289 // If we have a MachOObjectFile and the OutputFormat is berkeley print as
291 else if (MachO && OutputFormat == berkeley)
293 else if (OutputFormat == sysv) {
477 if (OutputFormat == sysv)
479 else if (MachO && OutputFormat == darwin)
482 if (OutputFormat == berkeley) {
508 if (OutputFormat == sysv)
510 else if (MachO && OutputFormat == darwin) {
516 if (OutputFormat == berkeley) {
537 if (OutputFormat == sysv)
540 else if (MachO && OutputFormat == darwin)
546 if (OutputFormat == berkeley) {
584 if (OutputFormat == sysv)
586 else if (MachO && OutputFormat == darwin) {
592 if (OutputFormat == berkeley) {
613 if (OutputFormat == sysv)
616 else if (MachO && OutputFormat == darwin)
621 if (OutputFormat == berkeley) {
647 if (OutputFormat == sysv)
649 else if (MachO && OutputFormat == darwin) {
656 if (OutputFormat == berkeley) {
675 if (OutputFormat == sysv)
678 else if (MachO && OutputFormat == darwin)
682 if (OutputFormat == berkeley) {
698 if (OutputFormat == sysv)
701 if (OutputFormat == berkeley) {
712 if (OutputFormat == sysv)
726 OutputFormat = OutputFormatShort;