Searched refs:InputFormat (Results 1 – 3 of 3) sorted by relevance
330 if (Config.InputFormat == FileFormat::Binary || in executeObjcopy()331 Config.InputFormat == FileFormat::IHex) { in executeObjcopy()338 if (Config.InputFormat == FileFormat::Binary) in executeObjcopy()
708 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local710 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()713 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in parseObjcopyOptions()720 Config.InputFormat = StringSwitch<FileFormat>(InputFormat) in parseObjcopyOptions()749 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()1348 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
193 FileFormat InputFormat = FileFormat::Unspecified; member