Home
last modified time | relevance | path

Searched defs:IPE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp216 handleAllErrors(std::move(E), [&](const CGDataError &IPE) { in warn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp385 handleAllErrors(std::move(Err), [&](const InstrProfError &IPE) { in readMemprof()
H A DPGOInstrumentation.cpp1410 handleAllErrors(std::move(Err), [&](const InstrProfError &IPE) { in handleInstrProfError()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp844 instrprof_error IPE = std::get<0>(InstrProfError::take(std::move(E))); in loadFunctionRecord() local
867 instrprof_error IPE = std::get<0>(InstrProfError::take(std::move(E))); in loadFunctionRecord() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp511 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in warn()
530 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError()
565 auto IPE = instrprof_error::success; in handleMergeWriterError() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1428 auto IPE = std::get<0>(llvm::InstrProfError::take(std::move(E))); in loadRegionCounts() local