Searched refs:getPrototype (Results 1 – 5 of 5) sorted by relevance
157 static const char *getPrototype() { in getPrototype() function985 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()989 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()1128 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()1156 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()1171 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()1222 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()1236 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId()1237 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()1239 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()[all …]
492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
1244 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering1684 getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB, UniqueCallSite); in LowerCall()
225 Function *getPrototype() const { in getPrototype() function
413 auto Prototype = ContinuationId->getPrototype(); in buildFrom()