Home
last modified time | relevance | path

Searched refs:ErrCode (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp82 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument
84 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat); in orcError()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h45 std::error_code orcError(OrcErrorCode ErrCode);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp174 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
4948 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument
4951 switch (ErrCode) { in showMatchError()