Searched refs:orcError (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DRPCError.cpp30 return orcError(OrcErrorCode::RPCConnectionClosed);
38 return orcError(OrcErrorCode::RPCResponseAbandoned);
49 return orcError(OrcErrorCode::RPCCouldNotNegotiateFunction);
H A DOrcError.cpp82 std::error_code orcError(OrcErrorCode ErrCode) { function in namespace:llvm::orc
92 return orcError(OrcErrorCode::DuplicateDefinition);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h45 std::error_code orcError(OrcErrorCode ErrCode);
H A DOrcRemoteTargetServer.h138 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized));
211 orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse));
221 orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse));
240 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist));
250 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist));
264 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist));
381 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist));
402 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist));
H A DOrcRemoteTargetRPCAPI.h40 return orcError(OrcErrorCode::UnknownResourceHandle);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h469 orcError(
643 orcError(OrcErrorCode::UnknownORCError));
691 orcError(OrcErrorCode::UnknownORCError));
H A DRPCUtils.h67 return orcError(OrcErrorCode::UnexpectedRPCCall);
100 return orcError(OrcErrorCode::UnexpectedRPCCall);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp44 return orcError(OrcErrorCode::UnknownORCError);
63 return orcError(OrcErrorCode::UnknownORCError);
76 return orcError(OrcErrorCode::UnknownORCError);
84 return orcError(OrcErrorCode::MissingSymbolDefinitions);
93 return orcError(OrcErrorCode::UnexpectedSymbolDefinitions);

Completed in 184 milliseconds