Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h39 UnknownErrorCodeFromRemote, enumerator
H A DSerialization.h452 orcError(OrcErrorCode::UnknownErrorCodeFromRemote)); in registerStringError()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp59 case OrcErrorCode::UnknownErrorCodeFromRemote: in message()