Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h1002 return getRemoteFunctionId<Func>(true, Retry).takeError();
1020 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false)) in appendCallAsync()
1227 Expected<FunctionIdT> getRemoteFunctionId(bool NegotiateIfNotInMap, in getRemoteFunctionId() function