Searched refs:ErrCode (Results 1 – 3 of 3) sorted by relevance
82 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument84 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat); in orcError()
45 std::error_code orcError(OrcErrorCode ErrCode);
174 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,4948 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument4951 switch (ErrCode) { in showMatchError()