Lines Matching refs:Arg
2752 if (llvm::Argument *Arg = dyn_cast<llvm::Argument>(Storage))
2753 if (Arg->getType()->isPointerTy() && !Arg->hasByValAttr() &&
2871 // Self is passed along as an implicit non-arg variable in a
2939 llvm::Value *Arg,
3069 Arg->getName(), tunit, line, type,
3071 cast<llvm::Argument>(Arg)->getArgNo() + 1);
3083 DBuilder.insertDeclare(Arg, debugVar, Builder.GetInsertBlock());