Home
last modified time | relevance | path

Searched refs:InputFormat (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp330 if (Config.InputFormat == FileFormat::Binary || in executeObjcopy()
331 Config.InputFormat == FileFormat::IHex) { in executeObjcopy()
338 if (Config.InputFormat == FileFormat::Binary) in executeObjcopy()
H A DConfigManager.cpp708 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
710 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()
H A DCommonConfig.h193 FileFormat InputFormat = FileFormat::Unspecified; member