Lines Matching refs:getOption
130 StringRef Name = A->getOption().getName(); in handleTargetFeaturesGroup()
260 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) in AddLinkerInputs()
262 else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext)) in AddLinkerInputs()
264 else if (A.getOption().matches(options::OPT_z)) { in AddLinkerInputs()
288 << A->getOption().getName() << V; in addLinkerCompressDebugSectionsOption()
297 if (A->getOption().matches(OnOpt)) in AddTargetFeature()
507 if (A->getOption().matches(options::OPT_O4) || in addLTOOptions()
508 A->getOption().matches(options::OPT_Ofast)) in addLTOOptions()
510 else if (A->getOption().matches(options::OPT_O)) { in addLTOOptions()
516 } else if (A->getOption().matches(options::OPT_O0)) in addLTOOptions()
539 if (A->getOption().matches(options::OPT_glldb)) in addLTOOptions()
541 else if (A->getOption().matches(options::OPT_gsce)) in addLTOOptions()
573 CSPGOGenerateArg->getOption().matches(options::OPT_fno_profile_generate)) in addLTOOptions()
580 if (CSPGOGenerateArg->getOption().matches( in addLTOOptions()
976 return !A->getOption().matches(options::OPT_O0); in areOptimizationsEnabled()
1057 ProfileUseArg->getOption().matches(options::OPT_fno_profile_instr_use)) in getLastProfileUseArg()
1070 (ProfileSampleUseArg->getOption().matches( in getLastProfileSampleUseArg()
1072 ProfileSampleUseArg->getOption().matches(options::OPT_fno_auto_profile))) in getLastProfileSampleUseArg()
1173 Option O = LastPICArg->getOption(); in ParsePICArgs()
1241 if (LastROPIArg && LastROPIArg->getOption().matches(options::OPT_fropi)) { in ParsePICArgs()
1248 if (LastRWPIArg && LastRWPIArg->getOption().matches(options::OPT_frwpi)) { in ParsePICArgs()
1311 if (!A || A->getOption().matches(options::OPT_fno_align_functions)) in ParseFunctionAlignment()
1314 if (A->getOption().matches(options::OPT_falign_functions)) in ParseFunctionAlignment()
1516 << Value << A->getOption().getName(); in addX86AlignBranchArgs()
1539 << Value << A->getOption().getName(); in addX86AlignBranchArgs()
1569 if (CodeObjArg->getOption().getID() == in getOrCheckAMDGPUCodeObjectVersion()
1572 } else if (CodeObjArg->getOption().getID() == in getOrCheckAMDGPUCodeObjectVersion()