Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp58 sendMessage(json::Object{ in notify()
65 sendMessage(json::Object{ in call()
74 sendMessage(json::Object{ in reply()
80 sendMessage(json::Object{ in reply()
96 void sendMessage(json::Value Message) { in sendMessage() function in __anon64fa53a00111::XPCTransport
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp151 Error SimpleRemoteEPCServer::sendMessage(SimpleRemoteEPCOpcode OpC,
156 dbgs() << "SimpleRemoteEPCServer::sendMessage: opc = "; in sendMessage()
180 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage()
183 dbgs() << " \\--> SimpleRemoteEPC::sendMessage failed\n"; in sendMessage()
224 return sendMessage(SimpleRemoteEPCOpcode::Setup, 0, ExecutorAddr(), in sendSetupMessage()
258 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::Result, RemoteSeqNo, in handleCallWrapper()
282 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in doJITDispatch()
152 Error SimpleRemoteEPCServer::sendMessage(SimpleRemoteEPCOpcode OpC, sendMessage() function in llvm::orc::SimpleRemoteEPCServer
/llvm-project/clang-tools-extra/clangd/
H A DJSONTransport.cpp71 sendMessage(llvm::json::Object{ in notify()
79 sendMessage(llvm::json::Object{ in call()
89 sendMessage(llvm::json::Object{ in reply()
95 sendMessage(llvm::json::Object{ in reply()
135 void sendMessage(llvm::json::Value Message) { in sendMessage() function in clang::clangd::__anon23c0b4f50111::JSONTransport
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DTransport.cpp178 sendMessage(llvm::json::Object{ in notify()
186 sendMessage(llvm::json::Object{ in call()
196 return sendMessage(llvm::json::Object{ in reply()
203 sendMessage(llvm::json::Object{ in reply()
230 void JSONTransport::sendMessage(llvm::json::Value msg) { in sendMessage() function in JSONTransport
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp101 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync()
106 // thread returning from sendMessage and handleDisconnect being called from in callWrapperAsync()
243 Error SimpleRemoteEPC::sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in sendMessage()
250 dbgs() << "SimpleRemoteEPC::sendMessage: opc = "; in sendMessage()
271 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in handleSetup()
274 dbgs() << " \\--> SimpleRemoteEPC::sendMessage failed\n"; in handleSetup()
431 sendMessage(SimpleRemoteEPCOpcode::Result, RemoteSeqNo, in handleHangup()
234 Error SimpleRemoteEPC::sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, sendMessage() function in llvm::orc::SimpleRemoteEPC
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h93 virtual Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
121 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h104 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h154 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp86 Error FDSimpleRemoteEPCTransport::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage() function in llvm::orc::FDSimpleRemoteEPCTransport
242 // sendMessage calls fail. in listenLoop()
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DTransport.h67 void sendMessage(llvm::json::Value msg);