Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcError.cpp31 switch (static_cast<OrcErrorCode>(condition)) { in message()
32 case OrcErrorCode::UnknownORCError: in message()
34 case OrcErrorCode::DuplicateDefinition: in message()
36 case OrcErrorCode::JITSymbolNotFound: in message()
38 case OrcErrorCode::RemoteAllocatorDoesNotExist: in message()
48 case OrcErrorCode::RPCConnectionClosed: in message()
52 case OrcErrorCode::RPCResponseAbandoned: in message()
54 case OrcErrorCode::UnexpectedRPCCall: in message()
56 case OrcErrorCode::UnexpectedRPCResponse: in message()
61 case OrcErrorCode::UnknownResourceHandle: in message()
[all …]
H A DRPCUtils.cpp26 return orcError(OrcErrorCode::RPCConnectionClosed); in convertToErrorCode()
34 return orcError(OrcErrorCode::RPCResponseAbandoned); in convertToErrorCode()
45 return orcError(OrcErrorCode::RPCCouldNotNegotiateFunction); in convertToErrorCode()
H A DCore.cpp231 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
244 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
257 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h138 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); in setProtections()
211 orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse)); in handleCreateRemoteAllocator()
221 orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse)); in handleCreateIndirectStubsOwner()
240 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleDestroyRemoteAllocator()
250 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleDestroyIndirectStubsOwner()
264 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleEmitIndirectStubs()
382 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleReserveMem()
403 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleSetProtections()
H A DOrcError.h23 enum class OrcErrorCode : int { enum
42 std::error_code orcError(OrcErrorCode ErrCode);
H A DRPCSerialization.h510 OrcErrorCode::UnknownErrorCodeFromRemote)); in registerStringError()
683 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
731 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
H A DOrcRemoteTargetRPCAPI.h41 return orcError(OrcErrorCode::UnknownResourceHandle); in convertToErrorCode()
H A DRPCUtils.h68 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
101 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()