Home
last modified time | relevance | path

Searched refs:sendMessage (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp57 sendMessage(json::Object{ in notify()
64 sendMessage(json::Object{ in call()
73 sendMessage(json::Object{ in reply()
79 sendMessage(json::Object{ in reply()
95 void sendMessage(json::Value Message) { in sendMessage() function in __anon40cfa69d0111::XPCTransport
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp151 Error SimpleRemoteEPCServer::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage() function in llvm::orc::SimpleRemoteEPCServer
181 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage()
219 return sendMessage(SimpleRemoteEPCOpcode::Setup, 0, ExecutorAddr(), in sendSetupMessage()
253 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::Result, RemoteSeqNo, in handleCallWrapper()
277 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in doJITDispatch()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DJSONTransport.cpp70 sendMessage(llvm::json::Object{ in notify()
78 sendMessage(llvm::json::Object{ in call()
88 sendMessage(llvm::json::Object{ in reply()
94 sendMessage(llvm::json::Object{ in reply()
135 void sendMessage(llvm::json::Value Message) { in sendMessage() function in clang::clangd::__anon3b9da1120111::JSONTransport
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.cpp164 sendMessage(llvm::json::Object{ in notify()
172 sendMessage(llvm::json::Object{ in call()
182 return sendMessage(llvm::json::Object{ in reply()
189 sendMessage(llvm::json::Object{ in reply()
216 void JSONTransport::sendMessage(llvm::json::Value msg) { in sendMessage() function in JSONTransport
H A DTransport.h67 void sendMessage(llvm::json::Value msg);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp68 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync()
201 Error SimpleRemoteEPC::sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in sendMessage() function in llvm::orc::SimpleRemoteEPC
230 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage()
382 sendMessage(SimpleRemoteEPCOpcode::Result, RemoteSeqNo, in handleCallWrapper()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h92 virtual Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
120 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h102 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h141 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() function in llvm::orc::FDSimpleRemoteEPCTransport