Lines Matching refs:SimpleRemoteEPC

20 SimpleRemoteEPC::~SimpleRemoteEPC() {  in ~SimpleRemoteEPC()
28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib()
37 ArrayRef<SimpleRemoteEPC::LookupRequest> Request, in lookupSymbolsAsyncHelper()
39 SimpleRemoteEPC::SymbolLookupCompleteFn Complete) { in lookupSymbolsAsyncHelper()
60 void SimpleRemoteEPC::lookupSymbolsAsync(ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
65 Expected<int32_t> SimpleRemoteEPC::runAsMain(ExecutorAddr MainFnAddr, in runAsMain()
74 Expected<int32_t> SimpleRemoteEPC::runAsVoidFunction(ExecutorAddr VoidFnAddr) { in runAsVoidFunction()
82 Expected<int32_t> SimpleRemoteEPC::runAsIntFunction(ExecutorAddr IntFnAddr, in runAsIntFunction()
91 void SimpleRemoteEPC::callWrapperAsync(ExecutorAddr WrapperFnAddr, in callWrapperAsync()
127 Error SimpleRemoteEPC::disconnect() { in disconnect()
136 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage()
192 void SimpleRemoteEPC::handleDisconnect(Error Err) { in handleDisconnect()
216 SimpleRemoteEPC::createDefaultMemoryManager(SimpleRemoteEPC &SREPC) { in createDefaultMemoryManager()
230 SimpleRemoteEPC::createDefaultMemoryAccess(SimpleRemoteEPC &SREPC) { in createDefaultMemoryAccess()
234 Error SimpleRemoteEPC::sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in sendMessage()
270 Error SimpleRemoteEPC::handleSetup(uint64_t SeqNo, ExecutorAddr TagAddr, in handleSetup()
294 Error SimpleRemoteEPC::setup(Setup S) { in setup()
387 Error SimpleRemoteEPC::handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, in handleResult()
413 void SimpleRemoteEPC::handleCallWrapper( in handleCallWrapper()
431 Error SimpleRemoteEPC::handleHangup(SimpleRemoteEPCArgBytesVector ArgBytes) { in handleHangup()