HomeSort by: relevance | last modified time | path
    Searched defs:Endpoint (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.h 77 std::unique_ptr<LLVMJITLinkRPCEndpoint> Endpoint,
79 : BaseT(std::move(SSP), *Endpoint, std::move(ReportError)),
80 Channel(std::move(Channel)), Endpoint(std::move(Endpoint)) {
85 if (auto Err = this->Endpoint->handleOne()) {
104 std::unique_ptr<LLVMJITLinkRPCEndpoint> Endpoint;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
RemoteJITUtils.cpp 52 std::unique_ptr<RPCEndpoint> Endpoint);
59 std::unique_ptr<RPCEndpoint> Endpoint;
68 std::unique_ptr<RPCEndpoint> Endpoint)
69 : BaseT(ES.getSymbolStringPool(), *Endpoint,
71 Channel(std::move(Channel)), Endpoint(std::move(Endpoint)) {
75 if (auto Err = this->Endpoint->handleOne()) {
252 auto Endpoint =
256 std::move(Endpoint));
281 // reachable endpoint
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
RPCUtils.h 1536 /// Asynchronous dispatch for a function on an RPC endpoint.
1539 RPCAsyncDispatch(RPCClass &Endpoint) : Endpoint(Endpoint) {}
1543 return Endpoint.template appendCallAsync<Func>(std::move(Handler), Args...);
1547 RPCClass &Endpoint;
1550 /// Construct an asynchronous dispatcher from an RPC endpoint and a Func.
1552 RPCAsyncDispatch<RPCEndpointT, Func> rpcAsyncDispatch(RPCEndpointT &Endpoint) {
1553 return RPCAsyncDispatch<RPCEndpointT, Func>(Endpoint);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 217 UINT8 Endpoint;
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 665 UINT32 Endpoint;

Completed in 25 milliseconds