| /llvm-project-15.0.7/clang-tools-extra/clangd/xpc/ |
| H A D | XPCTransport.cpp | 57 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 D | SimpleRemoteEPCServer.cpp | 151 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 D | JSONTransport.cpp | 70 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 D | Transport.cpp | 164 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 D | Transport.h | 67 void sendMessage(llvm::json::Value msg);
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 68 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 D | SimpleRemoteEPCUtils.h | 92 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 D | SimpleRemoteEPC.h | 102 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 141 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 86 Error FDSimpleRemoteEPCTransport::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage() function in llvm::orc::FDSimpleRemoteEPCTransport
|