• Home
  • Raw
  • Download

Lines Matching refs:getLastArg

143   Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float,  in isSoftFloatABI()
163 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getMachOArchName()
167 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in getMachOArchName()
411 << Args.getLastArg(options::OPT_rtlib_EQ)->getValue() << "darwin"; in AddLinkRuntimeLibArgs()
425 if (const Arg *A = Args.getLastArg(options::OPT_static_libgcc)) { in AddLinkRuntimeLibArgs()
501 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
517 Arg *OSXVersion = Args.getLastArg(options::OPT_mmacosx_version_min_EQ); in AddDeploymentTarget()
518 Arg *iOSVersion = Args.getLastArg(options::OPT_miphoneos_version_min_EQ); in AddDeploymentTarget()
519 Arg *TvOSVersion = Args.getLastArg(options::OPT_mtvos_version_min_EQ); in AddDeploymentTarget()
520 Arg *WatchOSVersion = Args.getLastArg(options::OPT_mwatchos_version_min_EQ); in AddDeploymentTarget()
560 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
717 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddDeploymentTarget()
745 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in AddCXXStdlibLibArgs()
1065 if (!Args.getLastArg(options::OPT_stdlib_EQ) && in TranslateArgs()
1355 const Arg *A = Args.getLastArg(options::OPT_gcc_toolchain); in getGCCToolchainDir()
1896 Arg *A = Args.getLastArg(options::OPT_mips16, options::OPT_mno_mips16); in isMips16()
1901 Arg *A = Args.getLastArg(options::OPT_mmicromips, options::OPT_mno_micromips); in isMicroMips()
2874 Arg *A = Args.getLastArg(options::OPT_stdlib_EQ); in GetCXXStdlibType()
2949 if (Arg *A = Args.getLastArg(options::OPT_G, options::OPT_G_EQ, in getSmallDataThreshold()
2952 } else if (Args.getLastArg(options::OPT_shared, options::OPT_fpic, in getSmallDataThreshold()
3063 Arg *A = Args.getLastArg(options::OPT_stdlib_EQ); in GetCXXStdlibType()
3084 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ, options::OPT_march_EQ)) in GetTargetCPUVersion()
3252 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) { in GetCXXStdlibType()
5091 if (const Arg *A = Args.getLastArg(options::OPT_isysroot)) { in PS4CPU()