Lines Matching refs:getOption
125 << A->getOption().getName() << A->getValue(); in checkARMArchName()
142 << A->getOption().getName() << A->getValue(); in checkARMCPUName()
207 IsBigEndian = !A->getOption().matches(options::OPT_mlittle_endian); in setArchNameInTriple()
394 if (A->getOption().matches(options::OPT_msoft_float)) { in getARMFloatABI()
396 } else if (A->getOption().matches(options::OPT_mhard_float)) { in getARMFloatABI()
651 if (A->getOption().matches(options::OPT_mcrc)) in getARMTargetFeatures()
745 << A->getOption().getName() << "-mcmse"; in getARMTargetFeatures()
747 if (A->getOption().matches(options::OPT_mfix_cmse_cve_2021_35465)) in getARMTargetFeatures()
756 if (A->getOption().matches(options::OPT_mfix_cortex_a57_aes_1742098)) { in getARMTargetFeatures()
768 if (A->getOption().matches(options::OPT_mlong_calls)) in getARMTargetFeatures()
781 if (A->getOption().matches(options::OPT_mexecute_only)) { in getARMTargetFeatures()
791 if (B->getOption().matches(options::OPT_mlong_calls)) in getARMTargetFeatures()
804 if (A->getOption().matches(options::OPT_munaligned_access)) { in getARMTargetFeatures()
888 << A->getOption().getName() << Scope; in getARMTargetFeatures()