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

References

tools/llvm-ar/llvm-ar.cpp
  149     fail(EC.message());
  150   fail(Context + ": " + EC.message());
  160       fail(EIB.message());
  161     fail(Context + ": " + EIB.message());
  233     fail("expected [relpos] for 'a', 'b', or 'i' modifier");
  242     fail("expected [count] for 'N' modifier");
  245     fail("value for [count] must be numeric, got: " + CountParamArg);
  247     fail("value for [count] must be positive, got: " + CountParamArg);
  254     fail("an archive name must be specified");
  279       fail("cannot mix -M and other options");
  392       fail(std::string("unknown option ") + Options[i]);
  407       fail("the 's' operation takes only an archive as argument");
  413     fail("you must specify at least one of the operations");
  415     fail("only one operation may be specified");
  417     fail("you may only specify one of 'a', 'b', and 'i' modifiers");
  420       fail("the 'a', 'b' and 'i' modifiers can only be specified with "
  424       fail("the 'N' modifier can only be specified with the 'x' or 'd' "
  427     fail("the 'o' modifier is only applicable to the 'x' operation");
  429     fail("the 'u' modifier is only applicable to the 'r' operation");
  431     fail("the 'L' modifier is only applicable to the 'q' operation");
  561     fail("Could not close the file");
  585     fail("extracting from a thin archive is not supported");
  635     fail("cannot convert a regular archive to a thin one");
  828     fail("insertion point not found");
  904       fail("only the gnu format has a thin mode");
  909       fail("only the gnu format has a thin mode");
  967     fail("error opening '" + ArchiveName + "': " + EC.message());
 1048         fail("editing multiple archives not supported");
 1050         fail("file already saved");
 1065       fail("unknown command: " + CommandStr);
 1100           fail(std::string(expected) + " requires an argument");
 1132           fail(std::string("Invalid format ") + match);
 1155         fail("exactly one archive should be specified");
 1183   fail("not ranlib, ar, lib or dlltool");