Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1049 void handleInstrProfError(Error Err, uint64_t MismatchedFuncSum);
1274 void PGOUseFunc::handleInstrProfError(Error Err, uint64_t MismatchedFuncSum) { in handleInstrProfError() function in PGOUseFunc
1325 handleInstrProfError(std::move(E), MismatchedFuncSum); in readCounters()
1371 handleInstrProfError(std::move(Err), MismatchedFuncSum); in populateCoverage()