Searched refs:ErrCode (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | OrcError.cpp | 84 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument 86 return std::error_code(static_cast<UT>(ErrCode), getOrcErrCat()); in orcError()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | OrcError.h | 45 std::error_code orcError(OrcErrorCode ErrCode);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 730 auto [ErrCode, Msg] = InstrProfError::take(std::move(E)); in loadInput() 731 ReaderWarning = {make_error<InstrProfError>(ErrCode, Msg), Filename}; in loadInput() 737 auto [ErrCode, Msg] = InstrProfError::take(std::move(E)); in loadInput() 738 if (ErrCode != instrprof_error::empty_raw_profile) in loadInput() 739 WC->Errors.emplace_back(make_error<InstrProfError>(ErrCode, Msg), in loadInput() 767 auto [ErrCode, Msg] = InstrProfError::take(std::move(E)); in loadInput() 769 bool firstTime = WC->WriterErrorCodes.insert(ErrCode).second; in loadInput() 770 handleMergeWriterError(make_error<InstrProfError>(ErrCode, Msg), in loadInput()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1468 auto [ErrCode, Msg] = InstrProfError::take(std::move(E)); in getSymtab() 1469 consumeError(error(ErrCode, Msg)); in getSymtab() 1474 auto [ErrCode, Msg] = InstrProfError::take(std::move(E)); in getSymtab() 1475 consumeError(error(ErrCode, Msg)); in getSymtab()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 180 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo, 5743 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument 5746 switch (ErrCode) { in showMatchError()
|