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

References

include/llvm/ProfileData/InstrProf.h
  357     assert(FirstError == instrprof_error::success &&
  381     if (FirstError == instrprof_error::success)
  383     auto E = make_error<InstrProfError>(FirstError);
  384     FirstError = instrprof_error::success;
lib/ProfileData/InstrProf.cpp
  188   if (FirstError == instrprof_error::success)
  189     FirstError = IE;