Lines Matching refs:hasFlag
446 Args.hasFlag(OPT_funroll_loops, OPT_fno_unroll_loops, in ParseCodeGenArgs()
458 Args.hasFlag(OPT_fcoverage_mapping, OPT_fno_coverage_mapping, false); in ParseCodeGenArgs()
524 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()
526 Opts.DataSections = Args.hasFlag(OPT_fdata_sections, in ParseCodeGenArgs()
528 Opts.UniqueSectionNames = Args.hasFlag(OPT_funique_section_names, in ParseCodeGenArgs()
633 Args.hasFlag(OPT_femulated_tls, OPT_fno_emulated_tls, false); in ParseCodeGenArgs()
762 Opts.ShowColumn = Args.hasFlag(OPT_fshow_column, in ParseDiagnosticArgs()
1477 Opts.GNUKeywords = Args.hasFlag(OPT_fgnu_keywords, OPT_fno_gnu_keywords, in ParseLangArgs()
1619 Args.hasFlag(OPT_ftrigraphs, OPT_fno_trigraphs, Opts.Trigraphs); in ParseLangArgs()
1621 Opts.DollarIdents = Args.hasFlag(OPT_fdollars_in_identifiers, in ParseLangArgs()
1628 Opts.ConstStrings = Args.hasFlag(OPT_fconst_strings, OPT_fno_const_strings, in ParseLangArgs()
1658 Opts.ShortWChar = Args.hasFlag(OPT_fshort_wchar, OPT_fno_short_wchar, false); in ParseLangArgs()
1729 Args.hasFlag(OPT_fdeclspec, OPT_fno_declspec, in ParseLangArgs()
1790 Opts.Deprecated = Args.hasFlag(OPT_fdeprecated_macro, in ParseLangArgs()