Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h980 RPCEndpointBase(ChannelT &C, bool LazyAutoNegotiation) in RPCEndpointBase() argument
981 : C(C), LazyAutoNegotiation(LazyAutoNegotiation) { in RPCEndpointBase()
1014 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false)) in appendCallAsync()
1325 bool LazyAutoNegotiation; variable
1355 MultiThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) in MultiThreadedRPCEndpoint() argument
1356 : BaseClass(C, LazyAutoNegotiation) {} in MultiThreadedRPCEndpoint()
1470 SingleThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) in SingleThreadedRPCEndpoint() argument
1471 : BaseClass(C, LazyAutoNegotiation) {} in SingleThreadedRPCEndpoint()