Searched refs:OrcErrorCode (Results 1 – 8 of 8) sorted by relevance
32 switch (static_cast<OrcErrorCode>(condition)) { in message()33 case OrcErrorCode::UnknownORCError: in message()35 case OrcErrorCode::DuplicateDefinition: in message()37 case OrcErrorCode::JITSymbolNotFound: in message()39 case OrcErrorCode::RemoteAllocatorDoesNotExist: in message()41 case OrcErrorCode::RemoteAllocatorIdAlreadyInUse: in message()43 case OrcErrorCode::RemoteMProtectAddrUnrecognized: in message()45 case OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist: in message()47 case OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse: in message()49 case OrcErrorCode::RPCConnectionClosed: in message()[all …]
30 return orcError(OrcErrorCode::RPCConnectionClosed); in convertToErrorCode()38 return orcError(OrcErrorCode::RPCResponseAbandoned); in convertToErrorCode()49 return orcError(OrcErrorCode::RPCCouldNotNegotiateFunction); in convertToErrorCode()
137 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); in setProtections()210 orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse)); in handleCreateRemoteAllocator()220 orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse)); in handleCreateIndirectStubsOwner()239 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleDestroyRemoteAllocator()249 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleDestroyIndirectStubsOwner()263 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleEmitIndirectStubs()381 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleReserveMem()402 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleSetProtections()
24 enum class OrcErrorCode : int { enum43 std::error_code orcError(OrcErrorCode ErrCode);
40 return orcError(OrcErrorCode::UnknownResourceHandle); in convertToErrorCode()
471 OrcErrorCode::UnknownErrorCodeFromRemote)); in registerStringError()644 orcError(OrcErrorCode::UnknownORCError)); in deserialize()692 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
67 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()100 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
316 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()335 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()348 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()