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

References

tools/llvm-lipo/llvm-lipo.cpp
  280                 StringRef(InputArgs.getArgString(MissingArgumentIndex)) +
  283   if (InputArgs.size() == 0) {
  289   if (InputArgs.hasArg(LIPO_help)) {
  295   if (InputArgs.hasArg(LIPO_version)) {
  301   for (auto Arg : InputArgs.filtered(LIPO_UNKNOWN))
  302     reportError("unknown argument '" + Arg->getAsString(InputArgs) + "'");
  304   for (auto Arg : InputArgs.filtered(LIPO_INPUT))
  306   for (auto Arg : InputArgs.filtered(LIPO_arch)) {
  317   if (InputArgs.hasArg(LIPO_output))
  318     C.OutputFile = InputArgs.getLastArgValue(LIPO_output);
  320   for (auto Segalign : InputArgs.filtered(LIPO_segalign)) {
  350   SmallVector<opt::Arg *, 1> ActionArgs(InputArgs.filtered(LIPO_action_group));
  356   auto ReplacementArgsRange = InputArgs.filtered(LIPO_replace);
  371     for (auto A : InputArgs.getAllArgValues(LIPO_verify_arch))