Searched refs:SimpleRemoteEPCOpcode (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 61 SimpleRemoteEPCServer::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() 68 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 73 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 78 case SimpleRemoteEPCOpcode::Result: in handleMessage() 82 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage() 92 using UT = std::underlying_type_t<SimpleRemoteEPCOpcode>; in handleMessage() 93 if (static_cast<UT>(OpC) > static_cast<UT>(SimpleRemoteEPCOpcode::LastOpC)) in handleMessage() 99 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 102 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 104 case SimpleRemoteEPCOpcode::Result: in handleMessage() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 85 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync() 119 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() 126 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 131 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 136 case SimpleRemoteEPCOpcode::Result: in handleMessage() 140 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage() 150 using UT = std::underlying_type_t<SimpleRemoteEPCOpcode>; in handleMessage() 151 if (static_cast<UT>(OpC) > static_cast<UT>(SimpleRemoteEPCOpcode::LastOpC)) in handleMessage() 156 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 160 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 37 enum class SimpleRemoteEPCOpcode : uint8_t { enum 65 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 92 virtual Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, 120 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 86 Error FDSimpleRemoteEPCTransport::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage() 204 SimpleRemoteEPCOpcode OpC; in listenLoop() 210 OpC = static_cast<SimpleRemoteEPCOpcode>(static_cast<uint64_t>( in listenLoop()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.h | 91 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 106 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 133 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 141 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|