Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h990 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()
994 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()
1232 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()
1233 if (I != RemoteFunctionIds.end()) { in getRemoteFunctionId()
1247 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()
1342 std::map<const char *, FunctionIdT> RemoteFunctionIds; variable