Lines Matching refs:getLastArg

63   if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC,  in CheckPreprocessingOptions()
79 Args.getLastArg(options::OPT_dynamic, options::OPT_mdynamic_no_pic)) in CheckCodeGenerationOptions()
173 Arg *A = Args.getLastArg(options::OPT_mrecip, options::OPT_mrecip_EQ); in ParseMRecip()
277 Arg *A = Args.getLastArg(options::OPT_mprefer_vector_width_EQ); in ParseMPreferVectorWidth()
448 Arg *ExceptionArg = Args.getLastArg( in addExceptionArgs()
604 Arg *A = Args.getLastArg(options::OPT_fomit_frame_pointer, in getFramePointerKind()
626 if (Arg *A = Args.getLastArg(options::OPT_ffile_compilation_dir_EQ, in addDebugCompDirArg()
719 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in shouldEnableVectorizerAtOLevel()
784 auto *PGOGenerateArg = Args.getLastArg(options::OPT_fprofile_generate, in addPGOAndCoverageFlags()
791 auto *CSPGOGenerateArg = Args.getLastArg(options::OPT_fcs_profile_generate, in addPGOAndCoverageFlags()
798 auto *ProfileGenerateArg = Args.getLastArg( in addPGOAndCoverageFlags()
913 if (Arg *A = Args.getLastArg(options::OPT_ffile_compilation_dir_EQ, in addPGOAndCoverageFlags()
926 auto *Arg = Args.getLastArg(options::OPT_fprofile_exclude_files_EQ); in addPGOAndCoverageFlags()
938 auto *Arg = Args.getLastArg(options::OPT_fprofile_filter_files_EQ); in addPGOAndCoverageFlags()
948 if (const auto *A = Args.getLastArg(options::OPT_fprofile_update_EQ)) { in addPGOAndCoverageFlags()
961 if (const auto *A = Args.getLastArg(options::OPT_fprofile_function_groups)) { in addPGOAndCoverageFlags()
967 Args.getLastArg(options::OPT_fprofile_selected_function_group)) { in addPGOAndCoverageFlags()
987 FProfileDir = Args.getLastArg(options::OPT_fprofile_dir); in addPGOAndCoverageFlags()
997 if (Arg *FinalOutput = C.getArgs().getLastArg(options::OPT__SLASH_Fo)) in addPGOAndCoverageFlags()
999 else if (Arg *FinalOutput = C.getArgs().getLastArg(options::OPT_o)) in addPGOAndCoverageFlags()
1036 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) in UseRelaxAll()
1068 return Args.getLastArg(options::OPT_gdwarf_2, options::OPT_gdwarf_3, in getDwarfNArg()
1134 const Arg *A = Args.getLastArg(options::OPT_gz_EQ); in RenderDebugInfoCompressionArgs()
1208 Arg *ArgM = Args.getLastArg(options::OPT_MM); in AddPreprocessingOptions()
1210 ArgM = Args.getLastArg(options::OPT_M); in AddPreprocessingOptions()
1211 Arg *ArgMD = Args.getLastArg(options::OPT_MMD); in AddPreprocessingOptions()
1213 ArgMD = Args.getLastArg(options::OPT_MD); in AddPreprocessingOptions()
1224 if (Arg *MF = Args.getLastArg(options::OPT_MF)) { in AddPreprocessingOptions()
1258 Arg *OutputOpt = Args.getLastArg(options::OPT_o); in AddPreprocessingOptions()
1331 const Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in AddPreprocessingOptions()
1332 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions()
1429 if (Arg *A = Args.getLastArg(options::OPT_I_)) in AddPreprocessingOptions()
1542 Args.getLastArg(options::OPT_foptimization_record_file_EQ); in checkRemarksOptions()
1556 if (const Arg *A = Args.getLastArg(options::OPT_fsave_optimization_record_EQ)) in renderRemarksOptions()
1561 const Arg *A = Args.getLastArg(options::OPT_foptimization_record_file_EQ); in renderRemarksOptions()
1572 if (Arg *FinalOutput = Args.getLastArg(options::OPT_o)) in renderRemarksOptions()
1623 Args.getLastArg(options::OPT_foptimization_record_passes_EQ)) { in renderRemarksOptions()
1639 if (Args.getLastArg(options::OPT_ForceAAPCSBitfieldLoad)) in AddAAPCSVolatileBitfieldArgs()
1650 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in RenderARMABI()
1675 ? Args.getLastArg(options::OPT_msign_return_address_EQ, in CollectARMPACBTIOptions()
1677 : Args.getLastArg(options::OPT_mbranch_protection_EQ); in CollectARMPACBTIOptions()
1744 if (Arg *A = Args.getLastArg(options::OPT_mglobal_merge, in AddARMTargetArgs()
1757 if (Args.getLastArg(options::OPT_mcmse)) in AddARMTargetArgs()
1854 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) in RenderAArch64ABI()
1882 if (Arg *A = Args.getLastArg(options::OPT_mglobal_merge, in AddAArch64TargetArgs()
1895 if (Arg *A = Args.getLastArg(options::OPT_msve_vector_bits_EQ)) { in AddAArch64TargetArgs()
1925 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mtune_EQ)) { in AddAArch64TargetArgs()
1960 if (Arg *A = Args.getLastArg(options::OPT_mldc1_sdc1, in AddMIPSTargetArgs()
1968 if (Arg *A = Args.getLastArg(options::OPT_mcheck_zero_division, in AddMIPSTargetArgs()
1976 if (Args.getLastArg(options::OPT_mfix4300)) { in AddMIPSTargetArgs()
1981 if (Arg *A = Args.getLastArg(options::OPT_G)) { in AddMIPSTargetArgs()
1988 Arg *GPOpt = Args.getLastArg(options::OPT_mgpopt, options::OPT_mno_gpopt); in AddMIPSTargetArgs()
1990 Args.getLastArg(options::OPT_mabicalls, options::OPT_mno_abicalls); in AddMIPSTargetArgs()
2020 Arg *LocalSData = Args.getLastArg(options::OPT_mlocal_sdata, in AddMIPSTargetArgs()
2022 Arg *ExternSData = Args.getLastArg(options::OPT_mextern_sdata, in AddMIPSTargetArgs()
2024 Arg *EmbeddedData = Args.getLastArg(options::OPT_membedded_data, in AddMIPSTargetArgs()
2062 if (Arg *A = Args.getLastArg(options::OPT_mcompact_branches_EQ)) { in AddMIPSTargetArgs()
2075 if (Arg *A = Args.getLastArg(options::OPT_mrelax_pic_calls, in AddMIPSTargetArgs()
2151 if (Args.getLastArg(options::OPT_shared, options::OPT_fpic, in SetRISCVSmallDataLimit()
2166 } else if (Arg *A = Args.getLastArg(options::OPT_G)) { in SetRISCVSmallDataLimit()
2184 if (const Arg *A = Args.getLastArg(options::OPT_mtune_EQ)) { in AddRISCVTargetArgs()
2209 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mtune_EQ)) { in AddSparcTargetArgs()
2224 if (const Arg *A = Args.getLastArg(options::OPT_mtune_EQ)) { in AddSystemZTargetArgs()
2274 if (Arg *A = Args.getLastArg( in AddX86TargetArgs()
2284 if (Arg *A = Args.getLastArg(options::OPT_masm_EQ)) { in AddX86TargetArgs()
2299 if (Arg *A = Args.getLastArg(options::OPT_mskip_rax_setup, in AddX86TargetArgs()
2320 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mtune_EQ)) { in AddX86TargetArgs()
2350 if (Args.getLastArg(options::OPT_mieee_rnd_near)) { in AddHexagonTargetArgs()
2360 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) { in AddLanaiTargetArgs()
2366 if (Arg *A = Args.getLastArg(options::OPT_mregparm_EQ)) { in AddLanaiTargetArgs()
2778 if (const Arg *A = Args.getLastArg(options::OPT_flimited_precision_EQ)) { in RenderFloatingPointOptions()
3155 if (const Arg *A = Args.getLastArg(options::OPT_mfpmath_EQ)) { in RenderFloatingPointOptions()
3221 if (Arg *A = Args.getLastArg(options::OPT__analyzer_output)) in RenderAnalyzerOptions()
3260 if (Arg *A = Args.getLastArg(options::OPT_fno_stack_protector, in RenderSSPOptions()
3294 if (Arg *A = Args.getLastArg(options::OPT_mstack_protector_guard_EQ)) { in RenderSSPOptions()
3321 if (Arg *A = Args.getLastArg(options::OPT_mtp_mode_EQ)) { in RenderSSPOptions()
3340 if (Arg *A = Args.getLastArg(options::OPT_mstack_protector_guard_offset_EQ)) { in RenderSSPOptions()
3360 if (Arg *A = Args.getLastArg(options::OPT_mstack_protector_guard_reg_EQ)) { in RenderSSPOptions()
3377 if (Arg *A = Args.getLastArg(options::OPT_mstack_protector_guard_symbol_EQ)) { in RenderSSPOptions()
3447 Args.getLastArg(options::OPT_ftrivial_auto_var_init_stop_after)) { in RenderTrivialAutoVarInitOptions()
3450 Args.getLastArg(options::OPT_ftrivial_auto_var_init)->getValue()) == in RenderTrivialAutoVarInitOptions()
3480 if (Arg *A = Args.getLastArg(options::OPT_cl_std_EQ)) { in RenderOpenCLOptions()
3483 } else if (Arg *A = Args.getLastArg(options::OPT_cl_ext_EQ)) { in RenderOpenCLOptions()
3489 if (const auto *A = Args.getLastArg(Arg)) in RenderOpenCLOptions()
3512 if (const auto *A = Args.getLastArg(Arg)) in RenderHLSLOptions()
3524 if (const Arg *A = Args.getLastArg(options::OPT_ccc_arcmt_check, in RenderARCMigrateToolOptions()
3552 if (const Arg *A = Args.getLastArg(options::OPT_ccc_objcmt_migrate)) { in RenderARCMigrateToolOptions()
3686 if (Arg *A = Args.getLastArg(options::OPT_fmodules_cache_path)) in RenderModulesOptions()
3778 if (Arg *A = Args.getLastArg(options::OPT_fbuild_session_file)) { in RenderModulesOptions()
3793 if (Args.getLastArg( in RenderModulesOptions()
3795 if (!Args.getLastArg(options::OPT_fbuild_session_timestamp, in RenderModulesOptions()
3823 if (const Arg *A = Args.getLastArg(options::OPT_fsigned_char, in RenderCharacterOptions()
3838 if (const Arg *A = Args.getLastArg(options::OPT_fshort_wchar, in RenderCharacterOptions()
3916 auto *Arg = Args.getLastArg( in RenderObjCOptions()
3933 Args.getLastArg(options::OPT_fobjc_weak, options::OPT_fno_objc_weak); in RenderObjCOptions()
3953 if (const Arg *A = Args.getLastArg(options::OPT__SLASH_diagnostics_classic, in RenderDiagnosticsOptions()
3983 Args.getLastArg(options::OPT_fdiagnostics_show_category_EQ)) { in RenderDiagnosticsOptions()
3992 Args.getLastArg(options::OPT_fdiagnostics_hotness_threshold_EQ)) { in RenderDiagnosticsOptions()
3998 if (const Arg *A = Args.getLastArg(options::OPT_fdiagnostics_format_EQ)) { in RenderDiagnosticsOptions()
4006 if (const Arg *A = Args.getLastArg( in RenderDiagnosticsOptions()
4020 Args.getLastArg(options::OPT_fcolor_diagnostics, in RenderDiagnosticsOptions()
4022 if (const Arg *A = Args.getLastArg(options::OPT_fdiagnostics_color_EQ)) { in RenderDiagnosticsOptions()
4051 Arg = Args.getLastArg(options::OPT_gsplit_dwarf, options::OPT_gsplit_dwarf_EQ, in getDebugFissionKind()
4074 Args.getLastArg(options::OPT_gdwarf64, options::OPT_gdwarf32); in renderDwarfFormat()
4102 Args.getLastArg(options::OPT_fdebug_info_for_profiling), Args, D, TC)) in renderDebugOptions()
4132 if (const Arg *A = Args.getLastArg(options::OPT_g_Group)) { in renderDebugOptions()
4153 Args.getLastArg(options::OPT_gTune_Group, options::OPT_ggdbN_Group)) { in renderDebugOptions()
4176 if (const Arg *A = Args.getLastArg(options::OPT_gcodeview)) { in renderDebugOptions()
4226 if (const Arg *A = Args.getLastArg(options::OPT_gstrict_dwarf)) in renderDebugOptions()
4241 if (const Arg *A = Args.getLastArg(options::OPT_gcolumn_info)) in renderDebugOptions()
4251 if (const Arg *A = Args.getLastArg(options::OPT_gmodules)) in renderDebugOptions()
4273 if (const Arg *A = Args.getLastArg(options::OPT_fstandalone_debug)) in renderDebugOptions()
4291 const Arg *A = Args.getLastArg(options::OPT_gembed_source); in renderDebugOptions()
4335 if (checkDebugInfoOption(Args.getLastArg(options::OPT_fdebug_macro), Args, in renderDebugOptions()
4341 Args.getLastArg(options::OPT_ggnu_pubnames, options::OPT_gno_gnu_pubnames, in renderDebugOptions()
4353 Args.getLastArg(options::OPT_gsimple_template_names, in renderDebugOptions()
4374 if (const Arg *A = Args.getLastArg(options::OPT_gdwarf_aranges)) in renderDebugOptions()
4389 << Args.getLastArg(options::OPT_fdebug_types_section) in renderDebugOptions()
4393 Args.getLastArg(options::OPT_fdebug_types_section), Args, D, in renderDebugOptions()
4467 auto *ModuleNameArg = Args.getLastArg(options::OPT_fmodule_name_EQ); in ConstructJob()
4545 if (const Arg *MJ = Args.getLastArg(options::OPT_MJ)) { in ConstructJob()
4549 Args.getLastArg(options::OPT_gen_cdb_fragment_path)) { in ConstructJob()
4590 if (Arg *A = Args.getLastArg(options::OPT_sycl_std_EQ)) { in ConstructJob()
4707 if (Arg *ProductNameArg = Args.getLastArg(options::OPT_product_name_EQ)) in ConstructJob()
4767 << Args.getLastArg(options::OPT_foffload_lto, in ConstructJob()
4780 if (const Arg *A = Args.getLastArg(options::OPT_fthinlto_index_EQ)) { in ConstructJob()
4786 if (Args.getLastArg(options::OPT_fthin_link_bitcode_EQ)) in ConstructJob()
4789 if (Args.getLastArg(options::OPT_save_temps_EQ)) in ConstructJob()
4792 auto *MemProfArg = Args.getLastArg(options::OPT_fmemory_profile, in ConstructJob()
4883 if (const Arg *A = Args.getLastArg(options::OPT_O_Group)) { in ConstructJob()
4997 if (const Arg *A = Args.getLastArg(options::OPT_falign_loops_EQ)) { in ConstructJob()
5052 if (Arg *A = Args.getLastArg(options::OPT_meabi)) { in ConstructJob()
5069 Arg *A = Args.getLastArg(options::OPT_fsemantic_interposition, in ConstructJob()
5086 if (Arg *A = Args.getLastArg(options::OPT_mthread_model)) { in ConstructJob()
5121 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ_vec_extabi, in ConstructJob()
5132 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ_quadword_atomics)) { in ConstructJob()
5139 if (Arg *A = Args.getLastArg(options::OPT_mlong_double_128)) { in ConstructJob()
5147 if (Arg *A = Args.getLastArg(options::OPT_Wframe_larger_than_EQ)) { in ConstructJob()
5165 if (Arg *A = Args.getLastArg(options::OPT_mregparm_EQ)) { in ConstructJob()
5170 if (Arg *A = Args.getLastArg(options::OPT_maix_struct_return, in ConstructJob()
5183 if (Arg *A = Args.getLastArg(options::OPT_fpcc_struct_return, in ConstructJob()
5273 if (Arg *A = Args.getLastArg(options::OPT_fextend_args_EQ)) { in ConstructJob()
5287 if (Arg *A = Args.getLastArg(options::OPT_mdouble_EQ)) { in ConstructJob()
5295 if (Arg *A = Args.getLastArg(options::OPT_LongDouble_Group)) { in ConstructJob()
5315 if (Arg *A = Args.getLastArg(options::OPT_fbinutils_version_EQ)) { in ConstructJob()
5362 if (Arg *A = Args.getLastArg(options::OPT_fdirect_access_external_data, in ConstructJob()
5401 if (!Args.getLastArg(options::OPT_gpu_use_aux_triple_only) && in ConstructJob()
5417 if (Arg *A = Args.getLastArg(options::OPT_mcmodel_EQ)) { in ConstructJob()
5431 if (Arg *A = Args.getLastArg(options::OPT_mtls_size_EQ)) { in ConstructJob()
5514 if (Arg *A = Args.getLastArg(options::OPT_mlinker_version_EQ)) { in ConstructJob()
5525 if ((Unsupported = Args.getLastArg(options::OPT_fapple_kext)) || in ConstructJob()
5526 (Unsupported = Args.getLastArg(options::OPT_mkernel))) in ConstructJob()
5531 if ((Unsupported = Args.getLastArg(options::OPT_faltivec))) in ConstructJob()
5535 if ((Unsupported = Args.getLastArg(options::OPT_fno_altivec))) in ConstructJob()
5542 if (Args.getLastArg(options::OPT_H)) { in ConstructJob()
5585 if (Arg *A = Args.getLastArg(options::OPT_fbasic_block_sections_EQ)) { in ConstructJob()
5618 if (Arg *A = Args.getLastArg(options::OPT_fsplit_machine_functions, in ConstructJob()
5682 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in ConstructJob()
5738 if (Arg *A = Args.getLastArg(options::OPT_fcxx_abi_EQ)) in ConstructJob()
5744 if (Arg *A = Args.getLastArg(options::OPT_ffuchsia_api_level_EQ)) in ConstructJob()
5754 const Arg *Std = Args.getLastArg(options::OPT_std_EQ, options::OPT_ansi); in ConstructJob()
5765 if (Arg *A = Args.getLastArg(options::OPT_std_EQ, options::OPT_ansi, in ConstructJob()
5809 Args.getLastArg(options::OPT_Wwrite_strings, in ConstructJob()
5826 if (Arg *Asm = Args.getLastArg(options::OPT_fasm, options::OPT_fno_asm)) { in ConstructJob()
5842 if (Arg *A = Args.getLastArg(options::OPT_ftemplate_depth_, in ConstructJob()
5848 if (Arg *A = Args.getLastArg(options::OPT_foperator_arrow_depth_EQ)) { in ConstructJob()
5853 if (Arg *A = Args.getLastArg(options::OPT_fconstexpr_depth_EQ)) { in ConstructJob()
5858 if (Arg *A = Args.getLastArg(options::OPT_fconstexpr_steps_EQ)) { in ConstructJob()
5868 if (Arg *A = Args.getLastArg(options::OPT_fbracket_depth_EQ)) { in ConstructJob()
5873 if (Arg *A = Args.getLastArg(options::OPT_Wlarge_by_value_copy_EQ, in ConstructJob()
5885 if (const Arg *A = Args.getLastArg(options::OPT_fcf_runtime_abi_EQ)) { in ConstructJob()
5896 if (Arg *A = Args.getLastArg(options::OPT_fconstant_string_class_EQ)) { in ConstructJob()
5901 if (Arg *A = Args.getLastArg(options::OPT_ftabstop_EQ)) { in ConstructJob()
5913 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in ConstructJob()
5923 if (Arg *A = Args.getLastArg(options::OPT_ferror_limit_EQ)) in ConstructJob()
5928 if (Arg *A = Args.getLastArg(options::OPT_fmacro_backtrace_limit_EQ)) { in ConstructJob()
5933 if (Arg *A = Args.getLastArg(options::OPT_ftemplate_backtrace_limit_EQ)) { in ConstructJob()
5938 if (Arg *A = Args.getLastArg(options::OPT_fconstexpr_backtrace_limit_EQ)) { in ConstructJob()
5943 if (Arg *A = Args.getLastArg(options::OPT_fspell_checking_limit_EQ)) { in ConstructJob()
5950 if (Arg *A = Args.getLastArg(options::OPT_fmessage_length_EQ)) { in ConstructJob()
5964 if (Arg *A = Args.getLastArg(options::OPT_frandomize_layout_seed_EQ)) in ConstructJob()
5968 if (Arg *A = Args.getLastArg(options::OPT_frandomize_layout_seed_file_EQ)) in ConstructJob()
5973 if (const Arg *A = Args.getLastArg(options::OPT_fvisibility_EQ, in ConstructJob()
5995 Args.getLastArg(options::OPT_fvisibility_from_dllstorageclass, in ConstructJob()
6008 if (const Arg *A = Args.getLastArg(options::OPT_mignore_xcoff_visibility)) { in ConstructJob()
6017 Args.getLastArg(options::OPT_mdefault_visibility_export_mapping_EQ)) { in ConstructJob()
6050 if (Arg *A = Args.getLastArg(options::OPT_fzero_call_used_regs_EQ)) { in ConstructJob()
6168 if (Arg *A = Args.getLastArg(options::OPT_fpatchable_function_entry_EQ)) { in ConstructJob()
6194 if (Arg *A = Args.getLastArg(options::OPT_mfentry)) { in ConstructJob()
6201 if (Arg *A = Args.getLastArg(options::OPT_mnop_mcount)) { in ConstructJob()
6208 if (Arg *A = Args.getLastArg(options::OPT_mrecord_mcount)) { in ConstructJob()
6217 if (Args.getLastArg(options::OPT_fapple_kext) || in ConstructJob()
6235 if (Arg *A = Args.getLastArg(options::OPT_ftrapv_handler_EQ)) { in ConstructJob()
6244 if (Arg *A = Args.getLastArg(options::OPT_fwrapv, options::OPT_fno_wrapv)) { in ConstructJob()
6247 } else if (Arg *A = Args.getLastArg(options::OPT_fstrict_overflow, in ConstructJob()
6253 if (Arg *A = Args.getLastArg(options::OPT_freroll_loops, in ConstructJob()
6301 if (Arg *A = Args.getLastArg(options::OPT_mrestrict_it, in ConstructJob()
6348 if (Arg *A = Args.getLastArg(options::OPT_fcf_protection_EQ)) { in ConstructJob()
6356 if (Arg *A = Args.getLastArg(options::OPT_mfunction_return_EQ)) in ConstructJob()
6365 auto *PGOArg = Args.getLastArg( in ConstructJob()
6482 if (Arg *A = Args.getLastArg(options::OPT_fgnuc_version_EQ)) { in ConstructJob()
6511 if (const Arg *StdArg = Args.getLastArg(options::OPT__SLASH_std)) { in ConstructJob()
6525 if (const Arg *StdArg = Args.getLastArg(options::OPT__SLASH_std)) { in ConstructJob()
6582 const Arg *InlineArg = Args.getLastArg(options::OPT_finline_functions, in ConstructJob()
6585 if (Arg *A = Args.getLastArg(options::OPT_finline, options::OPT_fno_inline)) { in ConstructJob()
6635 Arg *A = Args.getLastArg( in ConstructJob()
6681 if (Arg *A = Args.getLastArg(options::OPT_faligned_allocation, in ConstructJob()
6692 if (Arg *A = Args.getLastArg(options::OPT_fnew_alignment_EQ, in ConstructJob()
6710 if (Arg *A = Args.getLastArg(options::OPT_fpack_struct_EQ)) { in ConstructJob()
6721 if (Arg *A = Args.getLastArg(options::OPT_fmax_type_align_EQ)) { in ConstructJob()
6745 << Args.getLastArg(options::OPT_funsigned_bitfields)->getAsString(Args); in ConstructJob()
6750 << Args.getLastArg(options::OPT_fno_for_scope)->getAsString(Args); in ConstructJob()
6753 if (Arg *inputCharset = Args.getLastArg(options::OPT_finput_charset_EQ)) { in ConstructJob()
6761 if (Arg *execCharset = Args.getLastArg(options::OPT_fexec_charset_EQ)) { in ConstructJob()
6804 if (Arg *A = Args.getLastArg(options::OPT_fdollars_in_identifiers, in ConstructJob()
6842 if (Arg *A = Args.getLastArg(options::OPT_traditional, in ConstructJob()
6857 if (Arg *A = Args.getLastArg(options::OPT__serialize_diags)) { in ConstructJob()
6977 << Args.getLastArg(options::OPT_frecord_command_line)->getAsString(Args) in ConstructJob()
7136 if (Arg *A = Args.getLastArg(options::OPT_fglobal_isel, in ConstructJob()
7148 Arg *A = Args.getLastArg(options::OPT_O_Group); in ConstructJob()
7178 if (Arg *A = Args.getLastArg(options::OPT_fforce_enable_int128, in ConstructJob()
7195 if (Arg *A = Args.getLastArg(options::OPT_moutline_atomics, in ConstructJob()
7230 if (Arg *A = Args.getLastArg(options::OPT_fsymbol_partition_EQ)) { in ConstructJob()
7297 if (Arg *A = Args.getLastArg(options::OPT_pg)) in ConstructJob()
7335 args.getLastArg(options::OPT_fnext_runtime, options::OPT_fgnu_runtime, in AddObjCRuntimeArgs()
7368 if (Arg *abiArg = args.getLastArg(options::OPT_fobjc_abi_version_EQ)) { in AddObjCRuntimeArgs()
7395 args.getLastArg(options::OPT_fobjc_nonfragile_abi_version_EQ)) { in AddObjCRuntimeArgs()
7541 if (Arg *A = Args.getLastArg(options::OPT__SLASH_M_Group)) in AddClangCLArgs()
7588 Args.getLastArg(options::OPT__SLASH_showIncludes, in AddClangCLArgs()
7609 if (Arg *DebugInfoArg = Args.getLastArg(options::OPT__SLASH_Z7, in AddClangCLArgs()
7653 if (Arg *A = Args.getLastArg(options::OPT__SLASH_volatile_Group)) in AddClangCLArgs()
7691 Arg *MostGeneralArg = Args.getLastArg(options::OPT__SLASH_vmg); in AddClangCLArgs()
7692 Arg *BestCaseArg = Args.getLastArg(options::OPT__SLASH_vmb); in AddClangCLArgs()
7698 Arg *SingleArg = Args.getLastArg(options::OPT__SLASH_vms); in AddClangCLArgs()
7699 Arg *MultipleArg = Args.getLastArg(options::OPT__SLASH_vmm); in AddClangCLArgs()
7700 Arg *VirtualArg = Args.getLastArg(options::OPT__SLASH_vmv); in AddClangCLArgs()
7719 Args.getLastArg(options::OPT__SLASH_Gd, options::OPT__SLASH_Gr, in AddClangCLArgs()
7763 if (Arg *A = Args.getLastArg(options::OPT__SLASH_guard)) { in AddClangCLArgs()
7804 if (Arg *OutputOpt = Args.getLastArg(options::OPT_o)) { in getDependencyFileName()
7831 if (Arg *A = Args.getLastArg(options::OPT_masm_EQ)) { in AddX86TargetArgs()
7927 if (Arg *A = Args.getLastArg(options::OPT_g_Group)) in ConstructJob()
8439 if (const Arg *A = Args.getLastArg(options::OPT_O_Group)) { in ConstructJob()
8462 if (const Arg *A = Args.getLastArg(options::OPT_g_Group)) { in ConstructJob()
8471 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_EQ)) in ConstructJob()
8474 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_missed_EQ)) in ConstructJob()
8477 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_analysis_EQ)) in ConstructJob()
8480 if (Args.getLastArg(options::OPT_save_temps_EQ)) in ConstructJob()