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()49 case OrcErrorCode::RPCConnectionClosed: in message()53 case OrcErrorCode::RPCResponseAbandoned: in message()55 case OrcErrorCode::UnexpectedRPCCall: in message()57 case OrcErrorCode::UnexpectedRPCResponse: in message()62 case OrcErrorCode::UnknownResourceHandle: in message()64 case OrcErrorCode::MissingSymbolDefinitions: in message()[all …]
30 return orcError(OrcErrorCode::RPCConnectionClosed); in convertToErrorCode()38 return orcError(OrcErrorCode::RPCResponseAbandoned); in convertToErrorCode()49 return orcError(OrcErrorCode::RPCCouldNotNegotiateFunction); in convertToErrorCode()
24 enum class OrcErrorCode : int { enum45 std::error_code orcError(OrcErrorCode ErrCode);
452 orcError(OrcErrorCode::UnknownErrorCodeFromRemote)); in registerStringError()661 orcError(OrcErrorCode::UnknownORCError)); in deserialize()709 orcError(OrcErrorCode::UnknownORCError)); in deserialize()758 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
67 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()102 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
140 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); in setProtections()226 orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse)); in handleCreateRemoteAllocator()236 orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse)); in handleCreateIndirectStubsOwner()255 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleDestroyRemoteAllocator()265 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleDestroyIndirectStubsOwner()279 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleEmitIndirectStubs()396 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleReserveMem()417 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleSetProtections()
40 return orcError(OrcErrorCode::UnknownResourceHandle); in convertToErrorCode()
72 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()86 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()105 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()118 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()126 return orcError(OrcErrorCode::MissingSymbolDefinitions); in convertToErrorCode()135 return orcError(OrcErrorCode::UnexpectedSymbolDefinitions); in convertToErrorCode()