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

References

tools/llvm-objcopy/CopyConfig.cpp
  453   Config.OutputFormat = StringSwitch<FileFormat>(OutputFormat)
  457   if (Config.OutputFormat == FileFormat::Unspecified) {
  459       Config.OutputFormat = Config.InputFormat;
  465       Config.OutputFormat = Target->Format;
  859   Config.OutputFormat = FileFormat::Unspecified;
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  157   switch (Config.OutputFormat) {
tools/llvm-objcopy/llvm-objcopy.cpp
  147   switch (Config.OutputFormat) {