Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp32 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 …]
H A DRPCError.cpp30 return orcError(OrcErrorCode::RPCConnectionClosed); in convertToErrorCode()
38 return orcError(OrcErrorCode::RPCResponseAbandoned); in convertToErrorCode()
49 return orcError(OrcErrorCode::RPCCouldNotNegotiateFunction); in convertToErrorCode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h24 enum class OrcErrorCode : int { enum
45 std::error_code orcError(OrcErrorCode ErrCode);
H A DSerialization.h452 orcError(OrcErrorCode::UnknownErrorCodeFromRemote)); in registerStringError()
661 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
709 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
758 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
H A DRPCUtils.h67 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
102 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h140 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()
H A DOrcRemoteTargetRPCAPI.h40 return orcError(OrcErrorCode::UnknownResourceHandle); in convertToErrorCode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp72 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()