Searched refs:OrcErrorCode (Results 1 – 5 of 5) sorted by relevance
31 switch (static_cast<OrcErrorCode>(condition)) { in message()32 case OrcErrorCode::RemoteAllocatorDoesNotExist: in message()34 case OrcErrorCode::RemoteAllocatorIdAlreadyInUse: in message()36 case OrcErrorCode::RemoteMProtectAddrUnrecognized: in message()38 case OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist: in message()40 case OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse: in message()42 case OrcErrorCode::UnexpectedRPCCall: in message()44 case OrcErrorCode::UnexpectedRPCResponse: in message()57 Error orcError(OrcErrorCode ErrCode) { in orcError()58 typedef std::underlying_type<OrcErrorCode>::type UT; in orcError()
23 enum class OrcErrorCode : int { enum34 Error orcError(OrcErrorCode ErrCode);
115 return orcError(OrcErrorCode::UnexpectedRPCCall); in handleKnownFunction()163 return orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized); in setProtections()229 return orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse); in handleCreateRemoteAllocator()238 return orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse); in handleCreateIndirectStubsOwner()255 return orcError(OrcErrorCode::RemoteAllocatorDoesNotExist); in handleDestroyRemoteAllocator()264 return orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist); in handleDestroyIndirectStubsOwner()277 return orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist); in handleEmitIndirectStubs()391 return orcError(OrcErrorCode::RemoteAllocatorDoesNotExist); in handleReserveMem()410 return orcError(OrcErrorCode::RemoteAllocatorDoesNotExist); in handleSetProtections()
512 return orcError(OrcErrorCode::UnexpectedRPCCall); in expect()557 return orcError(OrcErrorCode::UnexpectedRPCResponse);598 return orcError(OrcErrorCode::UnexpectedRPCCall); in handleNone()
760 return orcError(OrcErrorCode::UnexpectedRPCCall); in listenForCompileRequests()