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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h986 RPCEndpointBase(ChannelT &C, bool LazyAutoNegotiation) argument
987 : C(C), LazyAutoNegotiation(LazyAutoNegotiation) {
1021 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false))
1337 bool LazyAutoNegotiation; member in namespace:llvm::orc::rpc
1368 MultiThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) argument
1369 : BaseClass(C, LazyAutoNegotiation) {}
1484 SingleThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) argument
1485 : BaseClass(C, LazyAutoNegotiation) {}

Completed in 60 milliseconds