HomeSort by: relevance | last modified time | path
    Searched refs:InputFormat (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp 336 if (Config.InputFormat == FileFormat::Binary ||
337 Config.InputFormat == FileFormat::IHex) {
344 if (Config.InputFormat == FileFormat::Binary)
CommonConfig.h 148 FileFormat InputFormat = FileFormat::Unspecified;
ConfigManager.cpp 729 StringRef InputFormat, OutputFormat;
731 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target);
734 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target);
741 Config.InputFormat = StringSwitch<FileFormat>(InputFormat)
756 Config.OutputFormat = Config.InputFormat;
1350 Config.InputFormat = FileFormat::Unspecified;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
llvm-rc.cpp 197 Format InputFormat = Rc;
392 Opts.InputFormat =
395 deduceFormat(Opts.InputFormat, Opts.InputFile);
397 if (Opts.InputFormat == Coff)
410 if (Opts.InputFormat == Opts.OutputFormat) {
738 if (Opts.InputFormat == Rc) {

Completed in 37 milliseconds