Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h985 RPCEndpointBase(ChannelT &C, bool LazyAutoNegotiation) in RPCEndpointBase() argument
986 : C(C), LazyAutoNegotiation(LazyAutoNegotiation) { in RPCEndpointBase()
1020 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false)) in appendCallAsync()
1336 bool LazyAutoNegotiation; variable
1367 MultiThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) in MultiThreadedRPCEndpoint() argument
1368 : BaseClass(C, LazyAutoNegotiation) {} in MultiThreadedRPCEndpoint()
1485 SingleThreadedRPCEndpoint(ChannelT &C, bool LazyAutoNegotiation) in SingleThreadedRPCEndpoint() argument
1486 : BaseClass(C, LazyAutoNegotiation) {} in SingleThreadedRPCEndpoint()