Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h29 RemoteAllocatorIdAlreadyInUse, enumerator
H A DOrcRemoteTargetServer.h211 orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse)); in handleCreateRemoteAllocator()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcError.cpp40 case OrcErrorCode::RemoteAllocatorIdAlreadyInUse: in message()