Home
last modified time | relevance | path

Searched refs:LLVMJITLinkRPCEndpoint (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h52 using LLVMJITLinkRPCEndpoint = variable
55 orc::OrcRPCTPCMemoryAccess<LLVMJITLinkRPCEndpoint>;
58 : public orc::OrcRPCTargetProcessControlBase<LLVMJITLinkRPCEndpoint> {
60 using BaseT = orc::OrcRPCTargetProcessControlBase<LLVMJITLinkRPCEndpoint>;
77 std::unique_ptr<LLVMJITLinkRPCEndpoint> Endpoint, in LLVMJITLinkRemoteTargetProcessControl()
104 std::unique_ptr<LLVMJITLinkRPCEndpoint> Endpoint;
H A Dllvm-jitlink.cpp657 auto Endpoint = std::make_unique<LLVMJITLinkRPCEndpoint>(*Channel, true); in LaunchExecutor()
752 auto Endpoint = std::make_unique<LLVMJITLinkRPCEndpoint>(*Channel, true); in ConnectToExecutor()