Lines Matching refs:getOption

328       return A->getOption().matches(Opt) ? Value : OtherValue;  in makeBooleanOptionNormalizer()
679 if (A->getOption().matches(options::OPT_O0)) in getOptimizationLevel()
682 if (A->getOption().matches(options::OPT_Ofast)) in getOptimizationLevel()
685 assert(A->getOption().matches(options::OPT_O)); in getOptimizationLevel()
702 if (A->getOption().matches(options::OPT_O)) { in getOptimizationLevelSize()
718 Option Opt = getDriverOptTable().getOption(OptSpecifier); in GenerateArg()
726 Option Opt = getDriverOptTable().getOption(OptSpecifier); in GenerateArg()
913 if (A->getOption().getKind() == Option::FlagClass) { in addDiagnosticArgs()
917 std::string(A->getOption().getName().drop_front(1))); in addDiagnosticArgs()
918 } else if (A->getOption().matches(GroupWithValue)) { in addDiagnosticArgs()
922 std::string(A->getOption().getName().drop_front(1).rtrim("=-"))); in addDiagnosticArgs()
1107 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; in ParseAnalyzerArgs()
1323 if (A->getOption().matches(OPT_R_Joined)) { in ParseOptimizationRemark()
1344 } else if (A->getOption().matches(OptEQ)) { in ParseOptimizationRemark()
1735 if (A->getOption().matches(options::OPT_finline_functions)) in ParseCodeGenArgs()
1737 else if (A->getOption().matches(options::OPT_finline_hint_functions)) in ParseCodeGenArgs()
1774 if (A->getOption().matches(OPT_fuse_ctor_homing) && in ParseCodeGenArgs()
1777 if (A->getOption().matches(OPT_fno_use_ctor_homing) && in ParseCodeGenArgs()
1840 if (A->getOption().getID() == OPT_ftime_report_EQ) { in ParseCodeGenArgs()
1905 if (A->getOption().getID() == options::OPT_o || in ParseCodeGenArgs()
1906 A->getOption().getID() == options::OPT_INPUT || in ParseCodeGenArgs()
1907 A->getOption().getID() == options::OPT_x || in ParseCodeGenArgs()
1908 A->getOption().getID() == options::OPT_fembed_bitcode || in ParseCodeGenArgs()
1909 A->getOption().matches(options::OPT_W_Group)) in ParseCodeGenArgs()
1968 if (A->getOption().matches(OPT_mlink_builtin_bitcode)) { in ParseCodeGenArgs()
2012 const Option &O = A->getOption(); in ParseCodeGenArgs()
2273 const Option &O = A->getOption(); in parseShowColorsArgs()
2662 Option Opt = getDriverOptTable().getOption(OPT_plugin_arg); in GenerateFrontendArgs()
2779 OptSpecifier Opt = OptSpecifier(A->getOption().getID()); in ParseFrontendArgs()
3190 if (A->getOption().matches(OPT_index_header_map)) { in ParseHeaderSearchArgs()
3199 bool IsFramework = A->getOption().matches(OPT_F); in ParseHeaderSearchArgs()
3218 if (A->getOption().matches(OPT_iprefix)) in ParseHeaderSearchArgs()
3220 else if (A->getOption().matches(OPT_iwithprefix)) in ParseHeaderSearchArgs()
3232 !A->getOption().matches(OPT_iwithsysroot)); in ParseHeaderSearchArgs()
3253 if (A->getOption().matches(OPT_internal_externc_isystem)) in ParseHeaderSearchArgs()
3262 A->getValue(), A->getOption().matches(OPT_system_header_prefix)); in ParseHeaderSearchArgs()
3808 if (!weakArg->getOption().matches(OPT_fobjc_weak)) { in ParseLangArgs()
3885 if (A->getOption().matches(options::OPT_mlong_double_64)) in ParseLangArgs()
3887 else if (A->getOption().matches(options::OPT_mlong_double_80)) in ParseLangArgs()
3889 else if (A->getOption().matches(options::OPT_mlong_double_128)) in ParseLangArgs()
4061 if (InlineArg->getOption().matches(options::OPT_fno_inline)) in ParseLangArgs()
4426 if (A->getOption().matches(OPT_D)) in ParsePreprocessorArgs()