Home
last modified time | relevance | path

Searched refs:FirstError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h374 instrprof_error FirstError = instrprof_error::success; variable
392 assert(FirstError == instrprof_error::success && in ~SoftInstrProfErrors()
416 if (FirstError == instrprof_error::success) in takeError()
418 auto E = make_error<InstrProfError>(FirstError); in takeError()
419 FirstError = instrprof_error::success; in takeError()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp235 if (FirstError == instrprof_error::success) in addError()
236 FirstError = IE; in addError()