| /llvm-project/clang-tools-extra/clangd/xpc/ |
| H A D | XPCTransport.cpp | 58 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 D | SimpleRemoteEPCServer.cpp | 151 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 D | JSONTransport.cpp | 71 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 D | Transport.cpp | 178 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 D | SimpleRemoteEPC.cpp | 101 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 D | SimpleRemoteEPCUtils.h | 93 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 D | SimpleRemoteEPC.h | 104 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 154 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 86 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 D | Transport.h | 67 void sendMessage(llvm::json::Value msg);
|