Lines Matching refs:getLastArg
54 return Args.getLastArg(options::OPT_mkernel, options::OPT_fapple_kext, in GetRTTIArgument()
440 const Arg* A = Args.getLastArg(options::OPT_fuse_ld_EQ); in GetLinkerPath()
531 if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) { in ComputeLLVMTriple()
562 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian, in ComputeLLVMTriple()
571 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in ComputeLLVMTriple()
573 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in ComputeLLVMTriple()
666 const Arg* A = Args.getLastArg(options::OPT_rtlib_EQ); in GetRuntimeLibType()
684 const Arg *A = Args.getLastArg(options::OPT_stdlib_EQ); in GetCXXStdlibType()
801 Args.getLastArg(options::OPT_ffast_math, options::OPT_fno_fast_math, in AddFastMathRuntimeIfAvailable()
862 const Arg *MSCVersion = Args.getLastArg(options::OPT_fmsc_version); in computeMSVCVersion()
864 Args.getLastArg(options::OPT_fms_compatibility_version); in computeMSVCVersion()