Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h115 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()
DOrcError.h34 Error orcError(OrcErrorCode ErrCode);
DRPCUtils.h512 return orcError(OrcErrorCode::UnexpectedRPCCall); in expect()
557 return orcError(OrcErrorCode::UnexpectedRPCResponse);
598 return orcError(OrcErrorCode::UnexpectedRPCCall); in handleNone()
DOrcRemoteTargetClient.h760 return orcError(OrcErrorCode::UnexpectedRPCCall); in listenForCompileRequests()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp57 Error orcError(OrcErrorCode ErrCode) { in orcError() function