Home
last modified time | relevance | path

Searched refs:RemoteAllocatorDoesNotExist (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h25 RemoteAllocatorDoesNotExist = 1, enumerator
DOrcRemoteTargetServer.h255 return orcError(OrcErrorCode::RemoteAllocatorDoesNotExist); in handleDestroyRemoteAllocator()
391 return orcError(OrcErrorCode::RemoteAllocatorDoesNotExist); in handleReserveMem()
410 return orcError(OrcErrorCode::RemoteAllocatorDoesNotExist); in handleSetProtections()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp32 case OrcErrorCode::RemoteAllocatorDoesNotExist: in message()