Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h29 RemoteIndirectStubsOwnerIdAlreadyInUse, enumerator
DOrcRemoteTargetServer.h238 return orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse); in handleCreateIndirectStubsOwner()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp40 case OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse: in message()