Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Arg

2470   if (llvm::Argument *Arg = dyn_cast<llvm::Argument>(Storage)) {
2473 if (Arg->hasStructRetAttr())
2618 // Self is passed along as an implicit non-arg variable in a
2683 llvm::Value *Arg,
2816 Arg->getName(), tunit, line, type,
2818 cast<llvm::Argument>(Arg)->getArgNo() + 1);
2830 DBuilder.insertDeclare(Arg, debugVar, Builder.GetInsertBlock());