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

References

tools/llvm-ar/llvm-ar.cpp
  261   failIfError(BufOrErr.getError(), "could not open library " + Library);
  265   failIfError(errorToErrorCode(LibOrErr.takeError()),
  534   failIfError(sys::fs::openFileForWrite(sys::path::filename(Name), FD,
  556     failIfError(
  754     failIfError(sys::fs::status(*MI, Status), *MI);
  982     failIfError(EC, Twine("error loading '") + ArchiveName + "'");
  999   failIfError(Buf.getError());