Lines Matching refs:getOption

133     StringRef Name = A->getOption().getName();  in handleTargetFeaturesGroup()
255 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) in AddLinkerInputs()
257 else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext)) in AddLinkerInputs()
259 else if (A.getOption().matches(options::OPT_z)) { in AddLinkerInputs()
263 } else if (A.getOption().matches(options::OPT_b)) { in AddLinkerInputs()
292 << A->getOption().getName() << V; in addLinkerCompressDebugSectionsOption()
301 if (A->getOption().matches(OnOpt)) in AddTargetFeature()
522 if (A->getOption().matches(options::OPT_O4) || in addLTOOptions()
523 A->getOption().matches(options::OPT_Ofast)) in addLTOOptions()
525 else if (A->getOption().matches(options::OPT_O)) { in addLTOOptions()
531 } else if (A->getOption().matches(options::OPT_O0)) in addLTOOptions()
557 if (A->getOption().matches(options::OPT_glldb)) in addLTOOptions()
559 else if (A->getOption().matches(options::OPT_gsce)) in addLTOOptions()
561 else if (A->getOption().matches(options::OPT_gdbx)) in addLTOOptions()
583 if (A->getOption().matches(options::OPT_fsplit_machine_functions)) in addLTOOptions()
600 CSPGOGenerateArg->getOption().matches(options::OPT_fno_profile_generate)) in addLTOOptions()
607 if (CSPGOGenerateArg->getOption().matches( in addLTOOptions()
1097 return !A->getOption().matches(options::OPT_O0); in areOptimizationsEnabled()
1179 ProfileUseArg->getOption().matches(options::OPT_fno_profile_instr_use)) in getLastProfileUseArg()
1192 (ProfileSampleUseArg->getOption().matches( in getLastProfileSampleUseArg()
1194 ProfileSampleUseArg->getOption().matches(options::OPT_fno_auto_profile))) in getLastProfileSampleUseArg()
1294 Option O = LastPICArg->getOption(); in ParsePICArgs()
1363 if (LastROPIArg && LastROPIArg->getOption().matches(options::OPT_fropi)) { in ParsePICArgs()
1370 if (LastRWPIArg && LastRWPIArg->getOption().matches(options::OPT_frwpi)) { in ParsePICArgs()
1433 if (!A || A->getOption().matches(options::OPT_fno_align_functions)) in ParseFunctionAlignment()
1436 if (A->getOption().matches(options::OPT_falign_functions)) in ParseFunctionAlignment()
1650 << Value << A->getOption().getName(); in addX86AlignBranchArgs()
1673 << Value << A->getOption().getName(); in addX86AlignBranchArgs()
2001 if (CodeObjArg->getOption().getID() == in checkAMDGPUCodeObjectVersion()
2017 if (CodeObjArg->getOption().getID() == in getAMDGPUCodeObjectVersion()
2020 } else if (CodeObjArg->getOption().getID() == in getAMDGPUCodeObjectVersion()
2050 if (A->getOption().matches(options::OPT_moutline)) { in addMachineOutlinerArgs()