Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp197 Format InputFormat = Rc; member
392 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp336 if (Config.InputFormat == FileFormat::Binary || in executeObjcopy()
337 Config.InputFormat == FileFormat::IHex) { in executeObjcopy()
344 if (Config.InputFormat == FileFormat::Binary) in executeObjcopy()
H A DConfigManager.cpp729 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
731 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()
H A DCommonConfig.h148 FileFormat InputFormat = FileFormat::Unspecified; member