Home | History | Annotate | Download | only in llvm-profdata

Lines Matching refs:IPE

52     handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
53 instrprof_error instrError = IPE.get();
59 exitWithError(IPE.message(), Whence, Hint);
82 auto IPE = instrprof_error::success;
84 [&IPE](std::unique_ptr<InstrProfError> E) -> Error {
85 IPE = E->get();
92 if (IPE != instrprof_error::success) {
93 switch (IPE) {
149 instrprof_error IPE = InstrProfError::take(std::move(E));
150 bool firstTime = WriterErrorCodes.insert(IPE).second;
151 handleMergeWriterError(make_error<InstrProfError>(IPE), Input.Filename,