HomeSort by relevance Sort by last modified time
    Searched full:helperfunction (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_backend.cpp 616 llvm::Function *HelperFunction;
670 HelperFunction =
676 HelperFunction->addFnAttr(llvm::Attribute::NoInline);
677 HelperFunction->setCallingConv(F->getCallingConv());
682 &(*HelperFunction->arg_begin());
684 llvm::BasicBlock::Create(mLLVMContext, "entry", HelperFunction);
  /external/skia/src/gpu/glsl/
GrGLSLBlend.cpp 184 SkString helperFunction;
204 &helperFunction);
210 const char* helpFunc = helperFunction.c_str();

Completed in 177 milliseconds