Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h32 RemoteIndirectStubsOwnerIdAlreadyInUse, enumerator
H A DOrcRemoteTargetServer.h221 orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse)); in handleCreateIndirectStubsOwner()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcError.cpp46 case OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse: in message()