Home
last modified time | relevance | path

Searched refs:SimpleRemoteEPCOpcode (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp61 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 DSimpleRemoteEPC.cpp85 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 DSimpleRemoteEPCUtils.h37 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 DSimpleRemoteEPCUtils.cpp86 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 DSimpleRemoteEPC.h91 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 DSimpleRemoteEPCServer.h133 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
141 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,