Searched refs:IPE (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | CodeGenDataReader.h | 91 handleAllErrors(std::move(E), [&](const CGDataError &IPE) { in error() 92 LastError = IPE.get(); in error() 93 LastErrorMsg = IPE.getMessage(); in error()
|
| H A D | CodeGenData.h | 91 handleAllErrors(std::move(E), [&Err, &Msg](const CGDataError &IPE) { in take() 93 Err = IPE.get(); in take() 94 Msg = IPE.getMessage(); in take()
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenData.cpp | 216 handleAllErrors(std::move(E), [&](const CGDataError &IPE) { in warn() argument 217 warn(IPE.message(), Whence, ""); in warn()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 844 instrprof_error IPE = std::get<0>(InstrProfError::take(std::move(E))); in loadFunctionRecord() local 845 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord() 850 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord() 851 return make_error<InstrProfError>(IPE); in loadFunctionRecord() 867 instrprof_error IPE = std::get<0>(InstrProfError::take(std::move(E))); in loadFunctionRecord() local 868 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord() 873 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord() 874 return make_error<InstrProfError>(IPE); in loadFunctionRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfUse.cpp | 385 handleAllErrors(std::move(Err), [&](const InstrProfError &IPE) { in readMemprof() argument 386 auto Err = IPE.get(); in readMemprof() 407 std::string Msg = (IPE.message() + Twine(" ") + F.getName().str() + in readMemprof()
|
| H A D | PGOInstrumentation.cpp | 1410 handleAllErrors(std::move(Err), [&](const InstrProfError &IPE) { in handleInstrProfError() argument 1412 auto Err = IPE.get(); in handleInstrProfError() 1439 IPE.message() + std::string(" ") + F.getName().str() + in handleInstrProfError()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 181 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in error() 182 LastError = IPE.get(); in error() 183 LastErrorMsg = IPE.getMessage(); in error()
|
| H A D | InstrProf.h | 474 handleAllErrors(std::move(E), [&Err, &Msg](const InstrProfError &IPE) { in take() 476 Err = IPE.get(); in take() 477 Msg = IPE.getMessage(); in take()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 511 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in warn() argument 512 warn(IPE.message(), Whence); in warn() 530 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError() argument 531 instrprof_error instrError = IPE.get(); in exitWithError() 537 exitWithError(IPE.message(), Whence, Hint); in exitWithError() 565 auto IPE = instrprof_error::success; in handleMergeWriterError() local 567 [&IPE](std::unique_ptr<InstrProfError> E) -> Error { in handleMergeWriterError() 568 IPE = E->get(); in handleMergeWriterError() 575 if (IPE != instrprof_error::success) { in handleMergeWriterError() 576 switch (IPE) { in handleMergeWriterError()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1428 auto IPE = std::get<0>(llvm::InstrProfError::take(std::move(E))); in loadRegionCounts() local 1429 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts() 1431 else if (IPE == llvm::instrprof_error::hash_mismatch) in loadRegionCounts() 1433 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"
|