Home
last modified time | relevance | path

Searched refs:RemoteAllocatorDoesNotExist (Results 1 – 7 of 7) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h28 RemoteAllocatorDoesNotExist, enumerator
DOrcRemoteTargetServer.h240 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleDestroyRemoteAllocator()
382 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleReserveMem()
403 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); in handleSetProtections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp38 case OrcErrorCode::RemoteAllocatorDoesNotExist: in message()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp61 return orcError(OrcErrorCode::RemoteAllocatorDoesNotExist); in convertToErrorCode()