| /llvm-project-15.0.7/clang-tools-extra/clangd/xpc/ |
| H A D | XPCTransport.cpp | 94 bool handleMessage(json::Value Message, MessageHandler &Handler); 106 bool XPCTransport::handleMessage(json::Value Message, MessageHandler &Handler) { in handleMessage() function in __anon40cfa69d0111::XPCTransport 178 if (!TransportObject->handleMessage(std::move(Doc), *HandlerPtr)) { in connection_handler()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | JSONTransport.cpp | 119 if (!handleMessage(std::move(*Doc), Handler)) in loop() 133 bool handleMessage(llvm::json::Value Message, MessageHandler &Handler); 161 bool JSONTransport::handleMessage(llvm::json::Value Message, in handleMessage() function in clang::clangd::__anon3b9da1120111::JSONTransport
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Transport.cpp | 206 if (!handleMessage(std::move(*doc), handler)) in run() 226 bool JSONTransport::handleMessage(llvm::json::Value msg, in handleMessage() function in JSONTransport
|
| H A D | Transport.h | 65 bool handleMessage(llvm::json::Value msg, MessageHandler &handler);
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.h | 87 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 133 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 65 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 232 if (auto Action = C.handleMessage(OpC, SeqNo, TagAddr, ArgBytes)) { in listenLoop()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 61 SimpleRemoteEPCServer::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() function in llvm::orc::SimpleRemoteEPCServer
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 102 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() function in llvm::orc::SimpleRemoteEPC
|