Home | History | Annotate | Download | only in Chapter8

Lines Matching refs:Arg

286     for (const auto &Arg : Args)
287 Arg->dump(indent(out, ind + 1), ind + 1);
480 if (auto Arg = ParseExpression())
481 Args.push_back(std::move(Arg));
1221 for (auto &Arg : F->args())
1222 Arg.setName(Args[Idx++]);
1268 for (auto &Arg : TheFunction->args()) {
1270 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
1274 SP, Arg.getName(), ++ArgIdx, Unit, LineNo, KSDbgInfo.getDoubleTy(),
1282 Builder.CreateStore(&Arg, Alloca);
1285 NamedValues[Arg.getName()] = Alloca;