Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp68 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
73 case SimpleRemoteEPCOpcode::Hangup: in handleMessage()
78 case SimpleRemoteEPCOpcode::Result: in handleMessage()
82 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage()
99 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
102 case SimpleRemoteEPCOpcode::Hangup: in handleMessage()
104 case SimpleRemoteEPCOpcode::Result: in handleMessage()
108 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage()
158 case SimpleRemoteEPCOpcode::Setup: in sendMessage()
163 case SimpleRemoteEPCOpcode::Hangup: in sendMessage()
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp109 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
114 case SimpleRemoteEPCOpcode::Hangup: in handleMessage()
119 case SimpleRemoteEPCOpcode::Result: in handleMessage()
123 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage()
139 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
143 case SimpleRemoteEPCOpcode::Hangup: in handleMessage()
148 case SimpleRemoteEPCOpcode::Result: in handleMessage()
152 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage()
210 case SimpleRemoteEPCOpcode::Hangup: in sendMessage()
215 case SimpleRemoteEPCOpcode::Result: in sendMessage()
[all …]
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h87 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
102 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/llvm-project-15.0.7/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,