Lines Matching refs:Arg
1639 // Insert commas as we go... the first arg doesn't get a comma1647 // Insert commas as we go... the first arg doesn't get a comma1694 void AssemblyWriter::printArgument(const Argument *Arg,1697 TypePrinter.print(Arg->getType(), Out);1704 if (Arg->hasName()) {1706 PrintLLVMName(Out, Arg);