Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h985 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()
989 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()
1222 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()
1223 if (I != RemoteFunctionIds.end()) { in getRemoteFunctionId()
1237 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()
1331 std::map<const char *, FunctionIdT> RemoteFunctionIds; variable