Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProf.h341 instrprof_error FirstError; variable
357 : FirstError(instrprof_error::success), NumHashMismatches(0), in SoftInstrProfErrors()
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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
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()
/external/llvm/lib/ProfileData/
DInstrProf.cpp99 if (FirstError == instrprof_error::success) in addError()
100 FirstError = IE; in addError()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp188 if (FirstError == instrprof_error::success) in addError()
189 FirstError = IE; in addError()