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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DOrcError.cpp78 std::error_code orcError(OrcErrorCode ErrCode) { argument
80 return std::error_code(static_cast<UT>(ErrCode), *OrcErrCat);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h43 std::error_code orcError(OrcErrorCode ErrCode);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp164 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
4173 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, argument
4176 switch (ErrCode) {

Completed in 138 milliseconds