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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h1166 FunctionIdT NewFnId = FnIdAllocator.template allocate<Func>(); local
1167 LocalFunctionIds[Func::getPrototype()] = NewFnId;
1168 Handlers[NewFnId] = wrapHandler<Func>(std::move(Handler));
1181 FunctionIdT NewFnId = FnIdAllocator.template allocate<Func>(); local
1182 LocalFunctionIds[Func::getPrototype()] = NewFnId;
1183 Handlers[NewFnId] = wrapAsyncHandler<Func>(std::move(Handler));

Completed in 160 milliseconds