Home
last modified time | relevance | path

Searched refs:hasArg (Results 1 – 25 of 94) sorted by relevance

1234

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DM68k.cpp52 if (Args.hasArg(clang::driver::options::OPT_m68000)) in getM68kTargetCPU()
54 if (Args.hasArg(clang::driver::options::OPT_m68010)) in getM68kTargetCPU()
56 if (Args.hasArg(clang::driver::options::OPT_m68020)) in getM68kTargetCPU()
58 if (Args.hasArg(clang::driver::options::OPT_m68030)) in getM68kTargetCPU()
60 if (Args.hasArg(clang::driver::options::OPT_m68040)) in getM68kTargetCPU()
62 if (Args.hasArg(clang::driver::options::OPT_m68060)) in getM68kTargetCPU()
77 if (Args.hasArg(options::OPT_ffixed_a0)) in getM68kTargetFeatures()
79 if (Args.hasArg(options::OPT_ffixed_a1)) in getM68kTargetFeatures()
81 if (Args.hasArg(options::OPT_ffixed_a2)) in getM68kTargetFeatures()
83 if (Args.hasArg(options::OPT_ffixed_a3)) in getM68kTargetFeatures()
[all …]
H A DRISCV.cpp33 Args.hasArg(options::OPT_menable_experimental_extensions); in getArchFeatures()
80 if (Args.hasArg(options::OPT_ffixed_x1)) in getRISCVTargetFeatures()
82 if (Args.hasArg(options::OPT_ffixed_x2)) in getRISCVTargetFeatures()
84 if (Args.hasArg(options::OPT_ffixed_x3)) in getRISCVTargetFeatures()
86 if (Args.hasArg(options::OPT_ffixed_x4)) in getRISCVTargetFeatures()
88 if (Args.hasArg(options::OPT_ffixed_x5)) in getRISCVTargetFeatures()
90 if (Args.hasArg(options::OPT_ffixed_x6)) in getRISCVTargetFeatures()
92 if (Args.hasArg(options::OPT_ffixed_x7)) in getRISCVTargetFeatures()
94 if (Args.hasArg(options::OPT_ffixed_x8)) in getRISCVTargetFeatures()
96 if (Args.hasArg(options::OPT_ffixed_x9)) in getRISCVTargetFeatures()
[all …]
H A DAArch64.cpp256 else if (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple)) in getAArch64TargetFeatures()
270 (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple))) in getAArch64TargetFeatures()
495 if (Args.hasArg(options::OPT_ffixed_x1)) in getAArch64TargetFeatures()
498 if (Args.hasArg(options::OPT_ffixed_x2)) in getAArch64TargetFeatures()
501 if (Args.hasArg(options::OPT_ffixed_x3)) in getAArch64TargetFeatures()
504 if (Args.hasArg(options::OPT_ffixed_x4)) in getAArch64TargetFeatures()
507 if (Args.hasArg(options::OPT_ffixed_x5)) in getAArch64TargetFeatures()
510 if (Args.hasArg(options::OPT_ffixed_x6)) in getAArch64TargetFeatures()
513 if (Args.hasArg(options::OPT_ffixed_x7)) in getAArch64TargetFeatures()
516 if (Args.hasArg(options::OPT_ffixed_x9)) in getAArch64TargetFeatures()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp216 opts::Addrsig = Args.hasArg(OPT_addrsig); in parseOptions()
217 opts::All = Args.hasArg(OPT_all); in parseOptions()
218 opts::ArchSpecificInfo = Args.hasArg(OPT_arch_specific); in parseOptions()
219 opts::BBAddrMap = Args.hasArg(OPT_bb_addr_map); in parseOptions()
220 opts::CGProfile = Args.hasArg(OPT_cg_profile); in parseOptions()
222 opts::DependentLibraries = Args.hasArg(OPT_dependent_libraries); in parseOptions()
223 opts::DynRelocs = Args.hasArg(OPT_dyn_relocations); in parseOptions()
224 opts::DynamicSymbols = Args.hasArg(OPT_dyn_syms); in parseOptions()
225 opts::ExpandRelocs = Args.hasArg(OPT_expand_relocs); in parseOptions()
226 opts::FileHeaders = Args.hasArg(OPT_file_header); in parseOptions()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp65 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
68 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
70 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
72 else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
94 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
96 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
97 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
101 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
110 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()
123 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
[all …]
H A DOpenBSD.cpp136 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared)) { in ConstructJob()
142 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
145 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
148 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
150 } else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
156 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
158 if (Args.hasArg(options::OPT_nopie) || Args.hasArg(options::OPT_pg)) in ConstructJob()
171 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
175 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
176 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
[all …]
H A DPS4CPU.cpp51 Args.hasArg(options::OPT_fcreate_profile) || in addProfileRTArgs()
52 Args.hasArg(options::OPT_coverage))) in addProfileRTArgs()
140 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
143 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
145 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
189 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) in ConstructJob()
199 if (Args.hasArg(options::OPT_Z_Xlinker__no_demangle)) in ConstructJob()
204 if (Args.hasArg(options::OPT_pthread)) { in ConstructJob()
217 if (Args.hasArg(options::OPT_fuse_ld_EQ)) { in ConstructJob()
234 if (Args.hasArg(clang::driver::options::OPT_static)) in PS4PS5Base()
[all …]
H A DCrossWindows.cpp87 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
89 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
91 if (Args.hasArg(options::OPT_s)) in ConstructJob()
115 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
131 CmdArgs.push_back(Args.hasArg(options::OPT_static) ? "-Bstatic" in ConstructJob()
141 CmdArgs.push_back(Args.hasArg(options::OPT_static) ? "-Bstatic" in ConstructJob()
144 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
158 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_rdynamic)) { in ConstructJob()
171 bool StaticCXX = Args.hasArg(options::OPT_static_libstdcxx) && in ConstructJob()
172 !Args.hasArg(options::OPT_static); in ConstructJob()
[all …]
H A DAnanas.cpp67 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
70 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
72 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
74 } else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
88 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
90 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
94 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) { in ConstructJob()
115 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
122 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
124 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()
H A DNaCl.cpp60 !Args.hasArg(options::OPT_dynamic) && !Args.hasArg(options::OPT_shared); in ConstructJob()
75 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
78 if (Args.hasArg(options::OPT_s)) in ConstructJob()
103 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
108 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
109 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
116 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
128 if (Args.hasArg(options::OPT_Z_Xlinker__no_demangle)) in ConstructJob()
134 !Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
137 Args.hasArg(options::OPT_static_libstdcxx) && !IsStatic; in ConstructJob()
[all …]
H A DFuchsia.cpp73 if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r)) in ConstructJob()
76 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
79 if (Args.hasArg(options::OPT_s)) in ConstructJob()
82 if (Args.hasArg(options::OPT_r)) { in ConstructJob()
99 if (Args.hasArg(options::OPT_static)) in ConstructJob()
101 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
106 if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r)) { in ConstructJob()
125 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
127 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
146 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
[all …]
H A DFreeBSD.cpp139 !Args.hasArg(options::OPT_shared) && in ConstructJob()
140 (Args.hasArg(options::OPT_pie) || ToolChain.isPIEDefault(Args)); in ConstructJob()
158 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
161 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
163 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
165 } else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
242 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
245 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
246 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
259 if (Args.hasArg(options::OPT_static)) in ConstructJob()
[all …]
H A DAIX.cpp116 if (Args.hasArg(options::OPT_static)) in ConstructJob()
120 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
142 Args.hasArg(options::OPT_fcreate_profile) || in ConstructJob()
143 Args.hasArg(options::OPT_coverage)) in ConstructJob()
168 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
171 else if (Args.hasArg(options::OPT_p)) in ConstructJob()
177 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
201 if (Args.hasArg(options::OPT_shared) && !hasExportListLinkerOpts(CmdArgs)) { in ConstructJob()
243 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
266 if (Args.hasArg(options::OPT_pthreads, options::OPT_pthread)) in ConstructJob()
[all …]
H A DVEToolchain.cpp79 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
82 if (DriverArgs.hasArg(options::OPT_nobuiltininc) && in AddClangSystemIncludeArgs()
83 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
86 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
92 if (!DriverArgs.hasArg(options::OPT_nostdlibinc)) { in AddClangSystemIncludeArgs()
118 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangCXXStdlibIncludeArgs()
119 DriverArgs.hasArg(options::OPT_nostdlibinc) || in AddClangCXXStdlibIncludeArgs()
120 DriverArgs.hasArg(options::OPT_nostdincxx)) in AddClangCXXStdlibIncludeArgs()
144 if (Args.hasArg(options::OPT_fexperimental_library)) in AddCXXStdlibLibArgs()
H A DMinGW.cpp56 if (Args.hasArg(options::OPT_gsplit_dwarf)) in ConstructJob()
63 if (Args.hasArg(options::OPT_mthreads)) in AddLibGCC()
70 bool Static = Args.hasArg(options::OPT_static_libgcc) || in AddLibGCC()
71 Args.hasArg(options::OPT_static); in AddLibGCC()
72 bool Shared = Args.hasArg(options::OPT_shared); in AddLibGCC()
118 if (Args.hasArg(options::OPT_s)) in ConstructJob()
152 if (Args.hasArg(options::OPT_mdll)) in ConstructJob()
154 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
156 if (Args.hasArg(options::OPT_static)) in ConstructJob()
160 if (Args.hasArg(options::OPT_mdll) || Args.hasArg(options::OPT_shared)) { in ConstructJob()
[all …]
H A DSolaris.cpp60 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared)) { in ConstructJob()
65 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
70 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
87 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
89 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
130 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
134 if (Args.hasArg(options::OPT_fstack_protector) || in ConstructJob()
135 Args.hasArg(options::OPT_fstack_protector_strong) || in ConstructJob()
136 Args.hasArg(options::OPT_fstack_protector_all)) { in ConstructJob()
150 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
[all …]
H A DNetBSD.cpp132 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
134 if (Args.hasArg(options::OPT_pie)) { in ConstructJob()
139 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
141 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
143 } else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
240 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
242 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
248 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) { in ConstructJob()
299 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
302 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob()
[all …]
H A DXCore.cpp38 if (Args.hasArg(options::OPT_v)) in ConstructJob()
73 if (Args.hasArg(options::OPT_v)) in ConstructJob()
117 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangSystemIncludeArgs()
118 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
141 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangCXXStdlibIncludeArgs()
142 DriverArgs.hasArg(options::OPT_nostdlibinc) || in AddClangCXXStdlibIncludeArgs()
143 DriverArgs.hasArg(options::OPT_nostdincxx)) in AddClangCXXStdlibIncludeArgs()
H A DHexagon.cpp289 bool IsStatic = Args.hasArg(options::OPT_static); in constructHexagonLinkArgs()
290 bool IsShared = Args.hasArg(options::OPT_shared); in constructHexagonLinkArgs()
291 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs()
292 bool IncStdLib = !Args.hasArg(options::OPT_nostdlib); in constructHexagonLinkArgs()
293 bool IncStartFiles = !Args.hasArg(options::OPT_nostartfiles); in constructHexagonLinkArgs()
294 bool IncDefLibs = !Args.hasArg(options::OPT_nodefaultlibs); in constructHexagonLinkArgs()
317 if (Args.hasArg(options::OPT_s)) in constructHexagonLinkArgs()
320 if (Args.hasArg(options::OPT_r)) in constructHexagonLinkArgs()
352 if (!Args.hasArg(options::OPT_shared, options::OPT_static)) in constructHexagonLinkArgs()
355 if (!Args.hasArg(options::OPT_shared, options::OPT_nostartfiles, in constructHexagonLinkArgs()
[all …]
H A DMSP430.cpp150 if (DriverArgs.hasArg(options::OPT_nostdinc) || in AddClangSystemIncludeArgs()
151 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
202 if (Args.hasArg(options::OPT_msim)) { in AddDefaultLibs()
243 if (Args.hasArg(options::OPT_T)) in AddImplicitLinkerScript()
246 if (Args.hasArg(options::OPT_msim)) { in AddImplicitLinkerScript()
274 bool UseStartAndEndFiles = !Args.hasArg(options::OPT_nostdlib, options::OPT_r, in ConstructJob()
277 if (Args.hasArg(options::OPT_mrelax)) in ConstructJob()
279 if (!Args.hasArg(options::OPT_r, options::OPT_g_Group)) in ConstructJob()
297 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_r, in ConstructJob()
301 if (!Args.hasArg(options::OPT_nolibc)) { in ConstructJob()
/openbsd-src/gnu/llvm/lld/MinGW/
H A DDriver.cpp174 if (args.hasArg(OPT_help)) { in link()
184 if (args.hasArg(OPT_v) || args.hasArg(OPT_version)) in link()
189 if (args.hasArg(OPT_v) && !args.hasArg(OPT_INPUT) && !args.hasArg(OPT_l)) in link()
191 if (args.hasArg(OPT_version)) in link()
194 if (!args.hasArg(OPT_INPUT) && !args.hasArg(OPT_l)) { in link()
213 if (args.hasArg(OPT_major_os_version, OPT_minor_os_version, in link()
246 } else if (args.hasArg(OPT_subs)) { in link()
277 else if (args.hasArg(OPT_shared)) in link()
287 } else if (args.hasArg(OPT_strip_debug)) { in link()
289 } else if (!args.hasArg(OPT_strip_all)) { in link()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp592 if (InputArgs.hasArg(OBJCOPY_help)) { in parseObjcopyOptions()
597 if (InputArgs.hasArg(OBJCOPY_version)) { in parseObjcopyOptions()
627 if (InputArgs.hasArg(OBJCOPY_target) && in parseObjcopyOptions()
628 (InputArgs.hasArg(OBJCOPY_input_target) || in parseObjcopyOptions()
629 InputArgs.hasArg(OBJCOPY_output_target))) in parseObjcopyOptions()
634 if (InputArgs.hasArg(OBJCOPY_regex) && InputArgs.hasArg(OBJCOPY_wildcard)) in parseObjcopyOptions()
638 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
642 = InputArgs.hasArg(OBJCOPY_regex) ? MatchStyle::Regex in parseObjcopyOptions()
643 : InputArgs.hasArg(OBJCOPY_wildcard) ? MatchStyle::Wildcard in parseObjcopyOptions()
646 if (InputArgs.hasArg(OBJCOPY_target)) { in parseObjcopyOptions()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp141 if (InputArgs.hasArg(OPT_timestamp)) { in AssembleInput()
154 if (InputArgs.hasArg(OPT_utc)) { in AssembleInput()
173 Parser->setShowParsedOperands(InputArgs.hasArg(OPT_show_inst_operands)); in AssembleInput()
253 if (InputArgs.hasArg(OPT_debug)) { in main()
260 if (InputArgs.hasArg(OPT_help)) { in main()
274 MCOptions.MCFatalWarnings = InputArgs.hasArg(OPT_fatal_warnings); in main()
285 bool SafeSEH = InputArgs.hasArg(OPT_safeseh); in main()
309 if (!InputArgs.hasArg(OPT_ignore_include_envvar)) { in main()
329 MAI->setPreserveAsmComments(InputArgs.hasArg(OPT_preserve_comments)); in main()
342 if (InputArgs.hasArg(OPT_save_temp_labels)) in main()
[all …]
/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp361 if (args.hasArg(OPT_relocatable)) in getEntry()
363 if (args.hasArg(OPT_shared)) in getEntry()
396 config->bsymbolic = args.hasArg(OPT_Bsymbolic); in readConfigs()
399 config->compressRelocations = args.hasArg(OPT_compress_relocations); in readConfigs()
401 config->disableVerify = args.hasArg(OPT_disable_verify); in readConfigs()
402 config->emitRelocs = args.hasArg(OPT_emit_relocs); in readConfigs()
403 config->experimentalPic = args.hasArg(OPT_experimental_pic); in readConfigs()
405 config->exportAll = args.hasArg(OPT_export_all); in readConfigs()
406 config->exportTable = args.hasArg(OPT_export_table); in readConfigs()
407 config->growableTable = args.hasArg(OPT_growable_table); in readConfigs()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp375 if (InputArgs.hasArg(WINDRES_help)) { in parseWindresOptions()
381 if (InputArgs.hasArg(WINDRES_version)) { in parseWindresOptions()
390 if (InputArgs.hasArg(WINDRES_input)) { in parseWindresOptions()
400 if (InputArgs.hasArg(WINDRES_output)) { in parseWindresOptions()
410 if (InputArgs.hasArg(WINDRES_input_format)) { in parseWindresOptions()
419 if (InputArgs.hasArg(WINDRES_output_format)) { in parseWindresOptions()
434 Opts.PrintCmdAndExit = InputArgs.hasArg(WINDRES__HASH_HASH_HASH); in parseWindresOptions()
435 Opts.Preprocess = !InputArgs.hasArg(WINDRES_no_preprocess); in parseWindresOptions()
437 if (InputArgs.hasArg(WINDRES_target)) { in parseWindresOptions()
491 if (InputArgs.hasArg(WINDRES_preprocessor)) in parseWindresOptions()
[all …]

1234