Searched refs:IPE (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 816 instrprof_error IPE = std::get<0>(InstrProfError::take(std::move(E))); in loadFunctionRecord() local 817 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord() 822 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord() 823 return make_error<InstrProfError>(IPE); in loadFunctionRecord() 834 instrprof_error IPE = std::get<0>(InstrProfError::take(std::move(E))); in loadFunctionRecord() local 835 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord() 840 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord() 841 return make_error<InstrProfError>(IPE); in loadFunctionRecord()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 174 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in error() 175 LastError = IPE.get(); in error() 176 LastErrorMsg = IPE.getMessage(); in error()
|
| H A D | InstrProf.h | 418 handleAllErrors(std::move(E), [&Err, &Msg](const InstrProfError &IPE) { in take() 420 Err = IPE.get(); in take() 421 Msg = IPE.getMessage(); in take()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 471 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in warn() argument 472 warn(IPE.message(), Whence); in warn() 490 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError() argument 491 instrprof_error instrError = IPE.get(); in exitWithError() 497 exitWithError(IPE.message(), Whence, Hint); in exitWithError() 525 auto IPE = instrprof_error::success; in handleMergeWriterError() local 527 [&IPE](std::unique_ptr<InstrProfError> E) -> Error { in handleMergeWriterError() 528 IPE = E->get(); in handleMergeWriterError() 535 if (IPE != instrprof_error::success) { in handleMergeWriterError() 536 switch (IPE) { in handleMergeWriterError()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 802 handleAllErrors(std::move(Err), [&](const InstrProfError &IPE) { in readMemprof() argument 803 auto Err = IPE.get(); in readMemprof() 824 std::string Msg = (IPE.message() + Twine(" ") + F.getName().str() + in readMemprof()
|
| H A D | PGOInstrumentation.cpp | 1329 handleAllErrors(std::move(Err), [&](const InstrProfError &IPE) { in handleInstrProfError() argument 1331 auto Err = IPE.get(); in handleInstrProfError() 1358 IPE.message() + std::string(" ") + F.getName().str() + in handleInstrProfError()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1414 auto IPE = std::get<0>(llvm::InstrProfError::take(std::move(E))); in loadRegionCounts() local 1415 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts() 1417 else if (IPE == llvm::instrprof_error::hash_mismatch) in loadRegionCounts() 1419 else if (IPE == llvm::instrprof_error::malformed) in loadRegionCounts()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | images | 2710 # directory path like: "\\FSX\SYS\OPPS\IPE.ENG\TEMPLATE\BUSINESS" "\\Lionking\upi\SAMPLES\IMAGES\AN… 2715 # directory path like: "\\FSX\SYS\opps\ipe.eng\samples" "\\DANIEL\IPE_CD\IPE.ITA"
|