Lines Matching refs:getOption

227       return A->getOption().matches(Opt) ? Value : OtherValue;  in makeBooleanOptionNormalizer()
576 if (A->getOption().matches(options::OPT_O0)) in getOptimizationLevel()
579 if (A->getOption().matches(options::OPT_Ofast)) in getOptimizationLevel()
582 assert(A->getOption().matches(options::OPT_O)); in getOptimizationLevel()
599 if (A->getOption().matches(options::OPT_O)) { in getOptimizationLevelSize()
616 Option Opt = getDriverOptTable().getOption(OptSpecifier); in GenerateArg()
625 Option Opt = getDriverOptTable().getOption(OptSpecifier); in GenerateArg()
774 if (A->getOption().getKind() == Option::FlagClass) { in addDiagnosticArgs()
778 std::string(A->getOption().getName().drop_front(1))); in addDiagnosticArgs()
779 } else if (A->getOption().matches(GroupWithValue)) { in addDiagnosticArgs()
783 std::string(A->getOption().getName().drop_front(1).rtrim("=-"))); in addDiagnosticArgs()
983 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; in ParseAnalyzerArgs()
1199 if (A->getOption().matches(OPT_R_Joined)) { in ParseOptimizationRemark()
1220 } else if (A->getOption().matches(OptEQ)) { in ParseOptimizationRemark()
1621 if (A->getOption().matches(options::OPT_finline_functions)) in ParseCodeGenArgs()
1623 else if (A->getOption().matches(options::OPT_finline_hint_functions)) in ParseCodeGenArgs()
1659 if (A->getOption().matches(OPT_fuse_ctor_homing) && in ParseCodeGenArgs()
1662 if (A->getOption().matches(OPT_fno_use_ctor_homing) && in ParseCodeGenArgs()
1716 << A->getOption().getName() << A->getValue(); in ParseCodeGenArgs()
1730 if (A->getOption().getID() == OPT_ftime_report_EQ) { in ParseCodeGenArgs()
1793 if (A->getOption().getID() == options::OPT_o || in ParseCodeGenArgs()
1794 A->getOption().getID() == options::OPT_INPUT || in ParseCodeGenArgs()
1795 A->getOption().getID() == options::OPT_x || in ParseCodeGenArgs()
1796 A->getOption().getID() == options::OPT_fembed_bitcode || in ParseCodeGenArgs()
1797 A->getOption().matches(options::OPT_W_Group)) in ParseCodeGenArgs()
1859 if (A->getOption().matches(OPT_mlink_builtin_bitcode)) { in ParseCodeGenArgs()
1908 const Option &O = A->getOption(); in ParseCodeGenArgs()
1925 const Option &O = A->getOption(); in ParseCodeGenArgs()
2163 const Option &O = A->getOption(); in parseShowColorsArgs()
2588 Option Opt = getDriverOptTable().getOption(OPT_plugin_arg); in GenerateFrontendArgs()
2711 OptSpecifier Opt = OptSpecifier(A->getOption().getID()); in ParseFrontendArgs()
3134 if (A->getOption().matches(OPT_index_header_map)) { in ParseHeaderSearchArgs()
3143 bool IsFramework = A->getOption().matches(OPT_F); in ParseHeaderSearchArgs()
3162 if (A->getOption().matches(OPT_iprefix)) in ParseHeaderSearchArgs()
3164 else if (A->getOption().matches(OPT_iwithprefix)) in ParseHeaderSearchArgs()
3176 !A->getOption().matches(OPT_iwithsysroot)); in ParseHeaderSearchArgs()
3197 if (A->getOption().matches(OPT_internal_externc_isystem)) in ParseHeaderSearchArgs()
3206 A->getValue(), A->getOption().matches(OPT_system_header_prefix)); in ParseHeaderSearchArgs()
3720 if (!weakArg->getOption().matches(OPT_fobjc_weak)) { in ParseLangArgs()
3796 if (A->getOption().matches(options::OPT_mlong_double_64)) in ParseLangArgs()
3798 else if (A->getOption().matches(options::OPT_mlong_double_80)) in ParseLangArgs()
3800 else if (A->getOption().matches(options::OPT_mlong_double_128)) in ParseLangArgs()
3961 if (InlineArg->getOption().matches(options::OPT_fno_inline)) in ParseLangArgs()
4285 if (A->getOption().matches(OPT_D)) in ParsePreprocessorArgs()