Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h26 RemoteAllocatorIdAlreadyInUse, enumerator
DOrcRemoteTargetServer.h229 return orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse); in handleCreateRemoteAllocator()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp34 case OrcErrorCode::RemoteAllocatorIdAlreadyInUse: in message()