Lines Matching refs:SimpleRemoteEPC

20 SimpleRemoteEPC::~SimpleRemoteEPC() {  in ~SimpleRemoteEPC()
28 SimpleRemoteEPC::loadDylib(const char *DylibPath) { in loadDylib()
33 SimpleRemoteEPC::lookupSymbols(ArrayRef<LookupRequest> Request) { in lookupSymbols()
48 Expected<int32_t> SimpleRemoteEPC::runAsMain(ExecutorAddr MainFnAddr, in runAsMain()
57 Expected<int32_t> SimpleRemoteEPC::runAsVoidFunction(ExecutorAddr VoidFnAddr) { in runAsVoidFunction()
65 Expected<int32_t> SimpleRemoteEPC::runAsIntFunction(ExecutorAddr IntFnAddr, in runAsIntFunction()
74 void SimpleRemoteEPC::callWrapperAsync(ExecutorAddr WrapperFnAddr, in callWrapperAsync()
110 Error SimpleRemoteEPC::disconnect() { in disconnect()
119 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage()
175 void SimpleRemoteEPC::handleDisconnect(Error Err) { in handleDisconnect()
199 SimpleRemoteEPC::createDefaultMemoryManager(SimpleRemoteEPC &SREPC) { in createDefaultMemoryManager()
213 SimpleRemoteEPC::createDefaultMemoryAccess(SimpleRemoteEPC &SREPC) { in createDefaultMemoryAccess()
217 Error SimpleRemoteEPC::sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in sendMessage()
253 Error SimpleRemoteEPC::handleSetup(uint64_t SeqNo, ExecutorAddr TagAddr, in handleSetup()
277 Error SimpleRemoteEPC::setup(Setup S) { in setup()
370 Error SimpleRemoteEPC::handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, in handleResult()
396 void SimpleRemoteEPC::handleCallWrapper( in handleCallWrapper()
414 Error SimpleRemoteEPC::handleHangup(SimpleRemoteEPCArgBytesVector ArgBytes) { in handleHangup()