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

References

include/llvm/ProfileData/InstrProf.h
  304     assert(Err != instrprof_error::success && "Not an error");
  320     auto Err = instrprof_error::success;
  322       assert(Err == instrprof_error::success && "Multiple errors encountered");
  339   instrprof_error FirstError = instrprof_error::success;
  357     assert(FirstError == instrprof_error::success &&
  381     if (FirstError == instrprof_error::success)
  384     FirstError = instrprof_error::success;
include/llvm/ProfileData/InstrProfReader.h
   62   instrprof_error LastError = instrprof_error::success;
  103     if (Err == instrprof_error::success)
  111   Error success() { return error(instrprof_error::success); }
  118   bool hasError() { return LastError != instrprof_error::success && !isEOF(); }
lib/ProfileData/InstrProf.cpp
   78   case instrprof_error::success:
  185   if (IE == instrprof_error::success)
  188   if (FirstError == instrprof_error::success)
tools/llvm-profdata/llvm-profdata.cpp
  108   auto IPE = instrprof_error::success;
  118     if (IPE != instrprof_error::success) {
unittests/ProfileData/InstrProfTest.cpp
  573   Result = instrprof_error::success;
  575   ASSERT_EQ(Result, instrprof_error::success);
  578   Result = instrprof_error::success;
  582   Result = instrprof_error::success;
  584   ASSERT_EQ(Result, instrprof_error::success);
  590   Result = instrprof_error::success;
  592   ASSERT_EQ(Result, instrprof_error::success);
  599   Result = instrprof_error::success;