HomeSort by relevance Sort by last modified time
    Searched defs:EF (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_backend.cpp 608 const RSExportFunc *EF = *I;
611 if (!EF->hasParam()) {
613 EF->getName().c_str()));
615 llvm::Function *F = M->getFunction(EF->getName());
617 const std::string HelperFunctionName(".helper_" + EF->getName());
642 if (!EF->checkParameterPacketType(HelperFunctionParameterTy)) {
645 EF->getName().c_str());
647 const RSExportRecordType *Expected = EF->getParamPacketType();
694 for (size_t i = 0; i < EF->getNumParameters(); i++) {
slang_rs_reflection_cpp.cpp 188 const RSExportForEach *EF = *I;
189 const RSExportType *OET = EF->getOutType();
195 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
302 const RSExportFunc *ef = *I; local
304 makeFunctionSignature(false, ef);
314 const RSExportForEach *ef = *I; local
315 if (ef->isDummyRoot()) {
322 "void " + mClassName + "::forEach_" + ef->getName() + "(";
325 if (ef->hasIns()) {
327 slangAssert(ef->getIns().size() == 1)
398 const RSExportFunc *ef = *I; local
    [all...]
slang_rs_reflection.cpp 541 const RSExportForEach *EF = *I;
543 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
551 const RSExportType *OET = EF->getOutType();
757 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) {
759 << EF->getName() << " = " << getNextExportFuncSlot() << ";\n";
764 if (EF->hasParam()) {
765 for (RSExportFunc::const_param_iterator I = EF->params_begin(),
766 E = EF->params_end();
775 "getInvokeID_" + EF->getName(), 0);
778 << EF->getName() << ");\n"
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 193 ELFFile<ELFT> EF;
242 return *EF.getSection(Rel.d.a);
255 uintptr_t SHT = reinterpret_cast<uintptr_t>(EF.section_begin());
306 return EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
329 Result = EF.getHeader()->e_flags;
333 const ELFFile<ELFT> *getELFFile() const { return &EF; }
359 const Elf_Shdr *SymTableSec = *EF.getSection(Sym.d.a);
360 const Elf_Shdr *StringTableSec = *EF.getSection(SymTableSec->sh_link);
361 StringRef SymTable = *EF.getStringTable(StringTableSec);
382 const Elf_Ehdr *Header = EF.getHeader()
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 76 milliseconds