Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h996 return getRemoteFunctionId<Func>(true, Retry).takeError();
1014 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false)) in appendCallAsync()
1217 Expected<FunctionIdT> getRemoteFunctionId(bool NegotiateIfNotInMap, in getRemoteFunctionId() function