Lines Matching refs:getLastArg
132 Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in isSoftFloatABI()
152 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getMachOArchName()
156 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in getMachOArchName()
390 << Args.getLastArg(options::OPT_rtlib_EQ)->getValue() << "darwin"; in AddLinkRuntimeLibArgs()
404 if (const Arg *A = Args.getLastArg(options::OPT_static_libgcc)) { in AddLinkRuntimeLibArgs()
471 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
487 Arg *OSXVersion = Args.getLastArg(options::OPT_mmacosx_version_min_EQ); in AddDeploymentTarget()
488 Arg *iOSVersion = Args.getLastArg(options::OPT_miphoneos_version_min_EQ); in AddDeploymentTarget()
489 Arg *TvOSVersion = Args.getLastArg(options::OPT_mtvos_version_min_EQ); in AddDeploymentTarget()
490 Arg *WatchOSVersion = Args.getLastArg(options::OPT_mwatchos_version_min_EQ); in AddDeploymentTarget()
530 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
707 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddCXXStdlibLibArgs()
1032 !Args.getLastArg(options::OPT_stdlib_EQ)) in TranslateArgs()
1306 const Arg *A = Args.getLastArg(options::OPT_gcc_toolchain); in getGCCToolchainDir()
1741 Arg *A = Args.getLastArg(options::OPT_mips16, options::OPT_mno_mips16); in isMips16()
1746 Arg *A = Args.getLastArg(options::OPT_mmicromips, options::OPT_mno_micromips); in isMicroMips()
2502 Arg *A = Args.getLastArg(options::OPT_stdlib_EQ); in GetCXXStdlibType()
2583 if (Arg *A = Args.getLastArg(options::OPT_G, options::OPT_G_EQ, in getSmallDataThreshold()
2586 } else if (Args.getLastArg(options::OPT_shared, options::OPT_fpic, in getSmallDataThreshold()
2697 Arg *A = Args.getLastArg(options::OPT_stdlib_EQ); in GetCXXStdlibType()
2891 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) { in GetCXXStdlibType()
3008 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) { in GetCXXStdlibType()
3081 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) { in GetCXXStdlibType()
3218 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) { in GetCXXStdlibType()
4487 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in PS4CPU()