Lines Matching defs:OutputFormat
670 StringRef InputFormat, OutputFormat;
673 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_target);
676 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_output_target);
746 Config.OutputFormat = StringSwitch<FileFormat>(OutputFormat)
751 if (Config.OutputFormat == FileFormat::Unspecified) {
752 if (OutputFormat.empty()) {
753 Config.OutputFormat = Config.InputFormat;
756 getOutputTargetInfoByTargetName(OutputFormat);
759 Config.OutputFormat = Target->Format;
841 if (Config.OutputFormat != FileFormat::Binary)
858 if (Config.OutputFormat != FileFormat::Binary)
1498 Config.OutputFormat = FileFormat::Unspecified;