Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/
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()
39 case OrcErrorCode::RemoteAllocatorDoesNotExist: in message()
41 case OrcErrorCode::RemoteAllocatorIdAlreadyInUse: in message()
43 case OrcErrorCode::RemoteMProtectAddrUnrecognized: in message()
45 case OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist: in message()
47 case OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse: in message()
49 case OrcErrorCode::RPCConnectionClosed: in message()
[all …]
DRPCError.cpp30 return orcError(OrcErrorCode::RPCConnectionClosed); in convertToErrorCode()
38 return orcError(OrcErrorCode::RPCResponseAbandoned); in convertToErrorCode()
49 return orcError(OrcErrorCode::RPCCouldNotNegotiateFunction); in convertToErrorCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h137 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); in setProtections()
210 orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse)); in handleCreateRemoteAllocator()
220 orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse)); in handleCreateIndirectStubsOwner()
239 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleDestroyRemoteAllocator()
249 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleDestroyIndirectStubsOwner()
263 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleEmitIndirectStubs()
381 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleReserveMem()
402 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleSetProtections()
DOrcError.h24 enum class OrcErrorCode : int { enum
43 std::error_code orcError(OrcErrorCode ErrCode);
DOrcRemoteTargetRPCAPI.h40 return orcError(OrcErrorCode::UnknownResourceHandle); in convertToErrorCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCSerialization.h471 OrcErrorCode::UnknownErrorCodeFromRemote)); in registerStringError()
644 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
692 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
DRPCUtils.h67 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
100 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp316 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
335 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
348 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()