reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/CopyConfig.cpp
  444   Config.InputFormat = StringSwitch<FileFormat>(InputFormat)
  459       Config.OutputFormat = Config.InputFormat;
  858   Config.InputFormat = FileFormat::Unspecified;
tools/llvm-objcopy/llvm-objcopy.cpp
  267   switch (Config.InputFormat) {