Searched refs:getRemoteFunctionId (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h1003 return getRemoteFunctionId<Func>(true, Retry).takeError();
1021 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false))
1228 Expected<FunctionIdT> getRemoteFunctionId(bool NegotiateIfNotInMap, function in class:llvm::orc::rpc::detail::RPCEndpointBase

Completed in 86 milliseconds