HomeSort by: relevance | last modified time | path
    Searched refs:getPrototype (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
RPCUtils.h 157 static const char *getPrototype() {
985 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId;
989 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId;
1128 auto IdItr = LocalFunctionIds.find(Func::getPrototype());
1156 LocalFunctionIds[Func::getPrototype()] = NewFnId;
1171 LocalFunctionIds[Func::getPrototype()] = NewFnId;
1222 auto I = RemoteFunctionIds.find(Func::getPrototype());
1236 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) {
1237 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr;
1239 return make_error<CouldNotNegotiate>(Func::getPrototype());
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
NVPTXISelLowering.cpp 1244 std::string NVPTXTargetLowering::getPrototype(
1629 // NVPTXAsmPrinter::printReturnValStr and NVPTXTargetLowering::getPrototype.
1684 getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB, UniqueCallSite);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h 225 Function *getPrototype() const {
Coroutines.cpp 413 auto Prototype = ContinuationId->getPrototype();

Completed in 34 milliseconds