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

References

include/llvm/ProfileData/InstrProfReader.h
  102     LastError = Err;
  115   bool isEOF() { return LastError == instrprof_error::eof; }
  118   bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
  123       return make_error<InstrProfError>(LastError);