Searched defs:OrcRemoteTargetClient (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h1 //===---- OrcRemoteTargetClient.h - Orc Remote-target Client ----*- C++ -*-===//
10 // This file defines the OrcRemoteTargetClient class and helpers. This class
37 class OrcRemoteTargetClient : public OrcRemoteTargetRPCAPI { class in namespace:llvm::orc::remote
41 OrcRemoteTargetClient(const OrcRemoteTargetClient &) = delete;
42 OrcRemoteTargetClient &operator=(const OrcRemoteTargetClient &) = delete;
44 OrcRemoteTargetClient(OrcRemoteTargetClient &&Other) function in class:llvm::orc::remote::OrcRemoteTargetClient
54 OrcRemoteTargetClient
690 OrcRemoteTargetClient(ChannelT &Channel, Error &Err) : Channel(Channel) { function in class:llvm::orc::remote::OrcRemoteTargetClient
[all...]

Completed in 557 milliseconds