LLVM: llvm::orc::SimpleRemoteEPCTransport Class Reference (original) (raw)
#include "[llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h](SimpleRemoteEPCUtils%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| virtual | ~SimpleRemoteEPCTransport () |
| virtual Error | start ()=0 |
| Called during setup of the client to indicate that the client is ready to receive messages. | |
| virtual Error | sendMessage (SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, ArrayRef< char > ArgBytes)=0 |
| Send a SimpleRemoteEPC message. | |
| virtual void | disconnect ()=0 |
| Trigger disconnection from the transport. |
Definition at line 79 of file SimpleRemoteEPCUtils.h.
| llvm::orc::SimpleRemoteEPCTransport::~SimpleRemoteEPCTransport ( ) | virtualdefault |
|---|
◆ disconnect()
| virtual void llvm::orc::SimpleRemoteEPCTransport::disconnect ( ) | pure virtual |
|---|
Trigger disconnection from the transport.
The implementation should respond by calling handleDisconnect on the client once disconnection is complete. May be called more than once and from different threads.
Implemented in llvm::orc::FDSimpleRemoteEPCTransport.
◆ sendMessage()
◆ start()
| virtual Error llvm::orc::SimpleRemoteEPCTransport::start ( ) | pure virtual |
|---|
Called during setup of the client to indicate that the client is ready to receive messages.
Transport objects should not access the client until this method is called.
Implemented in llvm::orc::FDSimpleRemoteEPCTransport.
The documentation for this class was generated from the following files:
- include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h
- lib/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.cpp