Searched refs:InputFormat (Results 1 – 4 of 4) sorted by relevance
197 Format InputFormat = Rc; member392 Opts.InputFormat = in parseWindresOptions()395 deduceFormat(Opts.InputFormat, Opts.InputFile); in parseWindresOptions()397 if (Opts.InputFormat == Coff) in parseWindresOptions()410 if (Opts.InputFormat == Opts.OutputFormat) { in parseWindresOptions()738 if (Opts.InputFormat == Rc) { in main()
336 if (Config.InputFormat == FileFormat::Binary || in executeObjcopy()337 Config.InputFormat == FileFormat::IHex) { in executeObjcopy()344 if (Config.InputFormat == FileFormat::Binary) in executeObjcopy()
729 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local731 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()734 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in parseObjcopyOptions()741 Config.InputFormat = StringSwitch<FileFormat>(InputFormat) in parseObjcopyOptions()756 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()1350 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
148 FileFormat InputFormat = FileFormat::Unspecified; member