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

References

tools/llvm-objcopy/CopyConfig.cpp
  435     OutputFormat = InputArgs.getLastArgValue(OBJCOPY_target);
  438     OutputFormat = InputArgs.getLastArgValue(OBJCOPY_output_target);
  453   Config.OutputFormat = StringSwitch<FileFormat>(OutputFormat)
  458     if (OutputFormat.empty()) {
  462           getOutputTargetInfoByTargetName(OutputFormat);