Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp72 OrcErrorCategory &getOrcErrCat() { in getOrcErrCat() function
86 return std::error_code(static_cast<UT>(ErrCode), getOrcErrCat()); in orcError()
110 getOrcErrCat()); in convertToErrorCode()