Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h31 RemoteIndirectStubsOwnerDoesNotExist, enumerator
H A DOrcRemoteTargetServer.h250 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleDestroyIndirectStubsOwner()
264 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); in handleEmitIndirectStubs()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcError.cpp44 case OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist: in message()