Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h157 static const char *getPrototype() { in getPrototype() function
985 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1244 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1684 getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB, UniqueCallSite); in LowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h225 Function *getPrototype() const { in getPrototype() function
H A DCoroutines.cpp413 auto Prototype = ContinuationId->getPrototype(); in buildFrom()