Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h344 instrprof_error FirstError = instrprof_error::success; variable
362 assert(FirstError == instrprof_error::success && in ~SoftInstrProfErrors()
386 if (FirstError == instrprof_error::success) in takeError()
388 auto E = make_error<InstrProfError>(FirstError); in takeError()
389 FirstError = instrprof_error::success; in takeError()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp188 if (FirstError == instrprof_error::success) in addError()
189 FirstError = IE; in addError()