Lines Matching refs:Arg
20 #include "llvm/Option/Arg.h"
34 static llvm::opt::Arg *GetRTTIArgument(const ArgList &Args) {
41 const Arg *CachedRTTIArg) {
56 Arg *Exceptions = Args.getLastArgNoClaim(
71 if (Arg *A = Args.getLastArg(options::OPT_mthread_model))
343 if (Arg *A = Args.getLastArg(options::OPT_fuse_ld_EQ)) {
420 if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) {
451 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian,
460 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ))
462 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ))
523 if (Arg *A = Args.getLastArg(options::OPT_rtlib_EQ)) {
537 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) {
637 Arg *A =