Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h28 RemoteIndirectStubsOwnerDoesNotExist, enumerator
DOrcRemoteTargetServer.h264 return orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist); in handleDestroyIndirectStubsOwner()
277 return orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist); in handleEmitIndirectStubs()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp38 case OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist: in message()