Searched refs:InputFormat (Results 1 – 3 of 3) sorted by relevance
470 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local472 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()475 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in parseObjcopyOptions()482 Config.InputFormat = StringSwitch<FileFormat>(InputFormat) in parseObjcopyOptions()497 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()947 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
153 FileFormat InputFormat = FileFormat::Unspecified; member
267 switch (Config.InputFormat) { in executeObjcopy()