Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
H A DRPCError.cpp30 return orcError(OrcErrorCode::RPCConnectionClosed); in convertToErrorCode()
38 return orcError(OrcErrorCode::RPCResponseAbandoned); in convertToErrorCode()
49 return orcError(OrcErrorCode::RPCCouldNotNegotiateFunction); in convertToErrorCode()
H A DOrcError.cpp82 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() function
91 return orcError(OrcErrorCode::DuplicateDefinition); in convertToErrorCode()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h45 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()
/netbsd-src/external/apache2/llvm/dist/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()