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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp470 StringRef InputFormat, OutputFormat; local
472 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target);
475 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target);
482 Config.InputFormat = StringSwitch<FileFormat>(InputFormat)
497 Config.OutputFormat = Config.InputFormat;
947 Config.InputFormat = FileFormat::Unspecified;
H A DCopyConfig.h153 FileFormat InputFormat = FileFormat::Unspecified; member in struct:llvm::objcopy::CopyConfig
H A Dllvm-objcopy.cpp267 switch (Config.InputFormat) {

Completed in 275 milliseconds