Searched refs:EF (Results 1 – 5 of 5) sorted by relevance
541 const RSExportForEach *EF = *I; in genScriptClassConstructor() local543 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genScriptClassConstructor()551 const RSExportType *OET = EF->getOutType(); in genScriptClassConstructor()757 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction() argument759 << EF->getName() << " = " << getNextExportFuncSlot() << ";\n"; in genExportFunction()764 if (EF->hasParam()) { in genExportFunction()765 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in genExportFunction()766 E = EF->params_end(); in genExportFunction()775 "getInvokeID_" + EF->getName(), 0); in genExportFunction()778 << EF->getName() << ");\n"; in genExportFunction()[all …]
608 const RSExportFunc *EF = *I; in dumpExportFunctionInfo() local611 if (!EF->hasParam()) { in dumpExportFunctionInfo()613 EF->getName().c_str())); in dumpExportFunctionInfo()615 llvm::Function *F = M->getFunction(EF->getName()); in dumpExportFunctionInfo()617 const std::string HelperFunctionName(".helper_" + EF->getName()); in dumpExportFunctionInfo()642 if (!EF->checkParameterPacketType(HelperFunctionParameterTy)) { in dumpExportFunctionInfo()645 EF->getName().c_str()); in dumpExportFunctionInfo()647 const RSExportRecordType *Expected = EF->getParamPacketType(); in dumpExportFunctionInfo()694 for (size_t i = 0; i < EF->getNumParameters(); i++) { in dumpExportFunctionInfo()
201 void genExportFunction(const RSExportFunc *EF);203 void genExportForEach(const RSExportForEach *EF);
152 if (auto *EF = RSExportFunc::Create(this, FD)) { in processExportFunc() local153 mExportFuncs.push_back(EF); in processExportFunc()
188 const RSExportForEach *EF = *I; in genTypeInstancesUsedInForEach() local189 const RSExportType *OET = EF->getOutType(); in genTypeInstancesUsedInForEach()195 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genTypeInstancesUsedInForEach()