reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Arch/AArch64.cpp
  170   if ((A = Args.getLastArg(options::OPT_march_EQ)))
  171     success = getAArch64ArchFeaturesFromMarch(D, A->getValue(), Args, Features);
  172   else if ((A = Args.getLastArg(options::OPT_mcpu_EQ)))
  173     success = getAArch64ArchFeaturesFromMcpu(D, A->getValue(), Args, Features);
  174   else if (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple))
  176         D, getAArch64TargetCPU(Args, Triple, A), Args, Features);
  176         D, getAArch64TargetCPU(Args, Triple, A), Args, Features);
  178   if (success && (A = Args.getLastArg(clang::driver::options::OPT_mtune_EQ)))
  180         getAArch64MicroArchFeaturesFromMtune(D, A->getValue(), Args, Features);
  181   else if (success && (A = Args.getLastArg(options::OPT_mcpu_EQ)))
  183         getAArch64MicroArchFeaturesFromMcpu(D, A->getValue(), Args, Features);
  185            (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple)))
  187         D, getAArch64TargetCPU(Args, Triple, A), Args, Features);
  187         D, getAArch64TargetCPU(Args, Triple, A), Args, Features);
  190     D.Diag(diag::err_drv_clang_unsupported) << A->getAsString(Args);
  192   if (Args.getLastArg(options::OPT_mgeneral_regs_only)) {
  198   if (Arg *A = Args.getLastArg(options::OPT_mtp_mode_EQ)) {
  207       D.Diag(diag::err_drv_invalid_mtp) << A->getAsString(Args);
  211   if (Arg *A = Args.getLastArg(options::OPT_mcrc, options::OPT_mnocrc)) {
  324   if (Arg *A = Args.getLastArg(options::OPT_mno_unaligned_access,
  329   if (Args.hasArg(options::OPT_ffixed_x1))
  332   if (Args.hasArg(options::OPT_ffixed_x2))
  335   if (Args.hasArg(options::OPT_ffixed_x3))
  338   if (Args.hasArg(options::OPT_ffixed_x4))
  341   if (Args.hasArg(options::OPT_ffixed_x5))
  344   if (Args.hasArg(options::OPT_ffixed_x6))
  347   if (Args.hasArg(options::OPT_ffixed_x7))
  350   if (Args.hasArg(options::OPT_ffixed_x9))
  353   if (Args.hasArg(options::OPT_ffixed_x10))
  356   if (Args.hasArg(options::OPT_ffixed_x11))
  359   if (Args.hasArg(options::OPT_ffixed_x12))
  362   if (Args.hasArg(options::OPT_ffixed_x13))
  365   if (Args.hasArg(options::OPT_ffixed_x14))
  368   if (Args.hasArg(options::OPT_ffixed_x15))
  371   if (Args.hasArg(options::OPT_ffixed_x18))
  374   if (Args.hasArg(options::OPT_ffixed_x20))
  377   if (Args.hasArg(options::OPT_ffixed_x21))
  380   if (Args.hasArg(options::OPT_ffixed_x22))
  383   if (Args.hasArg(options::OPT_ffixed_x23))
  386   if (Args.hasArg(options::OPT_ffixed_x24))
  389   if (Args.hasArg(options::OPT_ffixed_x25))
  392   if (Args.hasArg(options::OPT_ffixed_x26))
  395   if (Args.hasArg(options::OPT_ffixed_x27))
  398   if (Args.hasArg(options::OPT_ffixed_x28))
  401   if (Args.hasArg(options::OPT_fcall_saved_x8))
  404   if (Args.hasArg(options::OPT_fcall_saved_x9))
  407   if (Args.hasArg(options::OPT_fcall_saved_x10))
  410   if (Args.hasArg(options::OPT_fcall_saved_x11))
  413   if (Args.hasArg(options::OPT_fcall_saved_x12))
  416   if (Args.hasArg(options::OPT_fcall_saved_x13))
  419   if (Args.hasArg(options::OPT_fcall_saved_x14))
  422   if (Args.hasArg(options::OPT_fcall_saved_x15))
  425   if (Args.hasArg(options::OPT_fcall_saved_x18))
  428   if (Args.hasArg(options::OPT_mno_neg_immediates))