Lines Matching defs:OutputFormat
769 StringRef InputFormat, OutputFormat;
772 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_target);
775 OutputFormat = InputArgs.getLastArgValue(OBJCOPY_output_target);
845 Config.OutputFormat = StringSwitch<FileFormat>(OutputFormat)
850 if (Config.OutputFormat == FileFormat::Unspecified) {
851 if (OutputFormat.empty()) {
852 Config.OutputFormat = Config.InputFormat;
855 getOutputTargetInfoByTargetName(OutputFormat);
858 Config.OutputFormat = Target->Format;
940 if (Config.OutputFormat != FileFormat::Binary)
957 if (Config.OutputFormat != FileFormat::Binary)
1629 Config.OutputFormat = FileFormat::Unspecified;