Searched refs:getPrototype (Results 1 – 3 of 3) sorted by relevance
154 static const char *getPrototype() { in getPrototype() function990 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()994 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()1135 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()1166 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()1181 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()1232 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()1246 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId()1247 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()1249 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()[all …]
493 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
1253 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering1692 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); in LowerCall()