Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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 DAArch64.cpp197 else if (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple)) in getAArch64TargetFeatures()
208 (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple))) in getAArch64TargetFeatures()
405 if (Args.hasArg(options::OPT_ffixed_x1)) in getAArch64TargetFeatures()
408 if (Args.hasArg(options::OPT_ffixed_x2)) in getAArch64TargetFeatures()
411 if (Args.hasArg(options::OPT_ffixed_x3)) in getAArch64TargetFeatures()
414 if (Args.hasArg(options::OPT_ffixed_x4)) in getAArch64TargetFeatures()
417 if (Args.hasArg(options::OPT_ffixed_x5)) in getAArch64TargetFeatures()
420 if (Args.hasArg(options::OPT_ffixed_x6)) in getAArch64TargetFeatures()
423 if (Args.hasArg(options::OPT_ffixed_x7)) in getAArch64TargetFeatures()
426 if (Args.hasArg(options::OPT_ffixed_x9)) in getAArch64TargetFeatures()
[all …]
H A DRISCV.cpp118 if (!Args.hasArg(options::OPT_menable_experimental_extensions)) { in getExtensionVersion()
494 if (Args.hasArg(options::OPT_ffixed_x1)) in getRISCVTargetFeatures()
496 if (Args.hasArg(options::OPT_ffixed_x2)) in getRISCVTargetFeatures()
498 if (Args.hasArg(options::OPT_ffixed_x3)) in getRISCVTargetFeatures()
500 if (Args.hasArg(options::OPT_ffixed_x4)) in getRISCVTargetFeatures()
502 if (Args.hasArg(options::OPT_ffixed_x5)) in getRISCVTargetFeatures()
504 if (Args.hasArg(options::OPT_ffixed_x6)) in getRISCVTargetFeatures()
506 if (Args.hasArg(options::OPT_ffixed_x7)) in getRISCVTargetFeatures()
508 if (Args.hasArg(options::OPT_ffixed_x8)) in getRISCVTargetFeatures()
510 if (Args.hasArg(options::OPT_ffixed_x9)) in getRISCVTargetFeatures()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
94 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
95 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
96 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
100 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
109 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()
122 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
125 if (!Args.hasArg(options::OPT_static)) { in ConstructJob()
[all …]
H A DPS4CPU.cpp44 Args.hasArg(options::OPT_fcreate_profile) || in addProfileRTArgs()
45 Args.hasArg(options::OPT_coverage))) in addProfileRTArgs()
114 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
117 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
119 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
129 if(!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) in ConstructJob()
139 if (Args.hasArg(options::OPT_Z_Xlinker__no_demangle)) in ConstructJob()
144 if (Args.hasArg(options::OPT_pthread)) { in ConstructJob()
148 if (Args.hasArg(options::OPT_fuse_ld_EQ)) { in ConstructJob()
164 if (Args.hasArg(clang::driver::options::OPT_static)) in PS4CPU()
[all …]
H A DOpenBSD.cpp113 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared)) { in ConstructJob()
119 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
122 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
125 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
133 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
135 if (Args.hasArg(options::OPT_nopie) || Args.hasArg(options::OPT_pg)) in ConstructJob()
145 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
148 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
149 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
151 else if (Args.hasArg(options::OPT_static) && in ConstructJob()
[all …]
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()
116 if (Args.hasArg(options::OPT_s)) in ConstructJob()
139 if (Args.hasArg(options::OPT_mwindows)) { in ConstructJob()
142 } else if (Args.hasArg(options::OPT_mconsole)) { in ConstructJob()
147 if (Args.hasArg(options::OPT_mdll)) in ConstructJob()
149 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
[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 DFreeBSD.cpp147 !Args.hasArg(options::OPT_shared) && in ConstructJob()
148 (Args.hasArg(options::OPT_pie) || ToolChain.isPIEDefault()); in ConstructJob()
166 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
169 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
171 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
250 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
252 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
253 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
266 if (Args.hasArg(options::OPT_static)) in ConstructJob()
268 else if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
[all …]
H A DFuchsia.cpp69 if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r)) in ConstructJob()
72 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
75 if (Args.hasArg(options::OPT_s)) in ConstructJob()
78 if (Args.hasArg(options::OPT_r)) { in ConstructJob()
87 if (Args.hasArg(options::OPT_static)) in ConstructJob()
89 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
94 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
110 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
111 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
132 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
[all …]
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 DSolaris.cpp58 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared)) { in ConstructJob()
63 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
68 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
85 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
86 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
125 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
128 if (Args.hasArg(options::OPT_fstack_protector) || in ConstructJob()
129 Args.hasArg(options::OPT_fstack_protector_strong) || in ConstructJob()
130 Args.hasArg(options::OPT_fstack_protector_all)) { in ConstructJob()
137 if (!Args.hasArg(options::OPT_shared)) { 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()
88 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
89 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
93 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) { in ConstructJob()
116 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) in ConstructJob()
119 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
120 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()
H A DAIX.cpp92 if (Args.hasArg(options::OPT_static)) in ConstructJob()
96 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
123 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
126 else if (Args.hasArg(options::OPT_p)) in ConstructJob()
132 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
158 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
162 if (Args.hasArg(options::OPT_pthreads, options::OPT_pthread)) in ConstructJob()
186 if (DriverArgs.hasArg(options::OPT_isysroot)) in GetHeaderSysroot()
196 if (DriverArgs.hasArg(options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
203 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
[all …]
H A DVEToolchain.cpp66 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
69 if (DriverArgs.hasArg(options::OPT_nobuiltininc) && in AddClangSystemIncludeArgs()
70 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
73 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
79 if (!DriverArgs.hasArg(options::OPT_nostdlibinc)) { in AddClangSystemIncludeArgs()
105 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangCXXStdlibIncludeArgs()
106 DriverArgs.hasArg(options::OPT_nostdlibinc) || in AddClangCXXStdlibIncludeArgs()
107 DriverArgs.hasArg(options::OPT_nostdincxx)) in AddClangCXXStdlibIncludeArgs()
H A DNetBSD.cpp125 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
127 if (Args.hasArg(options::OPT_pie)) { in ConstructJob()
132 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
134 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
233 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
234 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
240 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) { in ConstructJob()
293 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
295 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob()
296 !Args.hasArg(options::OPT_static); in ConstructJob()
[all …]
H A DXCore.cpp38 if (Args.hasArg(options::OPT_v)) in ConstructJob()
73 if (Args.hasArg(options::OPT_v)) in ConstructJob()
115 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangSystemIncludeArgs()
116 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
135 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangCXXStdlibIncludeArgs()
136 DriverArgs.hasArg(options::OPT_nostdlibinc) || in AddClangCXXStdlibIncludeArgs()
137 DriverArgs.hasArg(options::OPT_nostdincxx)) in AddClangCXXStdlibIncludeArgs()
H A DHexagon.cpp213 bool IsStatic = Args.hasArg(options::OPT_static); in constructHexagonLinkArgs()
214 bool IsShared = Args.hasArg(options::OPT_shared); in constructHexagonLinkArgs()
215 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs()
216 bool IncStdLib = !Args.hasArg(options::OPT_nostdlib); in constructHexagonLinkArgs()
217 bool IncStartFiles = !Args.hasArg(options::OPT_nostartfiles); in constructHexagonLinkArgs()
218 bool IncDefLibs = !Args.hasArg(options::OPT_nodefaultlibs); in constructHexagonLinkArgs()
238 if (Args.hasArg(options::OPT_s)) in constructHexagonLinkArgs()
241 if (Args.hasArg(options::OPT_r)) in constructHexagonLinkArgs()
273 if (!Args.hasArg(options::OPT_shared, options::OPT_static)) in constructHexagonLinkArgs()
276 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp678 if (InputArgs.hasArg(OBJCOPY_help)) { in parseObjcopyOptions()
683 if (InputArgs.hasArg(OBJCOPY_version)) { in parseObjcopyOptions()
710 if (InputArgs.hasArg(OBJCOPY_target) && in parseObjcopyOptions()
711 (InputArgs.hasArg(OBJCOPY_input_target) || in parseObjcopyOptions()
712 InputArgs.hasArg(OBJCOPY_output_target))) in parseObjcopyOptions()
717 if (InputArgs.hasArg(OBJCOPY_regex) && InputArgs.hasArg(OBJCOPY_wildcard)) in parseObjcopyOptions()
721 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
724 MatchStyle SymbolMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
726 : InputArgs.hasArg(OBJCOPY_wildcard) in parseObjcopyOptions()
730 if (InputArgs.hasArg(OBJCOPY_target)) { in parseObjcopyOptions()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp356 if (InputArgs.hasArg(WINDRES_help)) { in parseWindresOptions()
362 if (InputArgs.hasArg(WINDRES_version)) { in parseWindresOptions()
371 if (InputArgs.hasArg(WINDRES_input)) { in parseWindresOptions()
381 if (InputArgs.hasArg(WINDRES_output)) { in parseWindresOptions()
391 if (InputArgs.hasArg(WINDRES_input_format)) { in parseWindresOptions()
400 if (InputArgs.hasArg(WINDRES_output_format)) { in parseWindresOptions()
415 Opts.PrintCmdAndExit = InputArgs.hasArg(WINDRES__HASH_HASH_HASH); in parseWindresOptions()
416 Opts.Preprocess = !InputArgs.hasArg(WINDRES_no_preprocess); in parseWindresOptions()
418 if (InputArgs.hasArg(WINDRES_target)) { in parseWindresOptions()
472 if (InputArgs.hasArg(WINDRES_preprocessor)) in parseWindresOptions()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp221 Options.DumpDebugMap = Args.hasArg(OPT_dump_debug_map); in getOptions()
222 Options.DumpStab = Args.hasArg(OPT_symtab); in getOptions()
223 Options.Flat = Args.hasArg(OPT_flat); in getOptions()
224 Options.InputIsYAMLDebugMap = Args.hasArg(OPT_yaml_input); in getOptions()
225 Options.PaperTrailWarnings = Args.hasArg(OPT_papertrail); in getOptions()
226 Options.Verify = Args.hasArg(OPT_verify); in getOptions()
228 Options.LinkOpts.NoODR = Args.hasArg(OPT_no_odr); in getOptions()
229 Options.LinkOpts.NoOutput = Args.hasArg(OPT_no_output); in getOptions()
230 Options.LinkOpts.NoTimestamp = Args.hasArg(OPT_no_swiftmodule_timestamp); in getOptions()
231 Options.LinkOpts.Update = Args.hasArg(OPT_update); in getOptions()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp143 Parser->setShowParsedOperands(InputArgs.hasArg(OPT_show_inst_operands)); in AssembleInput()
220 if (InputArgs.hasArg(OPT_help)) { in main()
234 MCOptions.MCFatalWarnings = InputArgs.hasArg(OPT_fatal_warnings); in main()
245 bool SafeSEH = InputArgs.hasArg(OPT_safeseh); in main()
276 MAI->setPreserveAsmComments(InputArgs.hasArg(OPT_preserve_comments)); in main()
289 if (InputArgs.hasArg(OPT_save_temp_labels)) in main()
300 if (InputArgs.hasArg(OPT_as_lex)) { in main()
321 const bool OutputATTAsm = InputArgs.hasArg(OPT_output_att_asm); in main()
336 IP->setPrintImmHex(InputArgs.hasArg(OPT_print_imm_hex)); in main()
340 if (InputArgs.hasArg(OPT_show_encoding)) in main()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp221 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
222 Opts.SaveTemporaryLabels = Args.hasArg(OPT_msave_temp_labels); in CreateFromArgs()
224 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ); in CreateFromArgs()
235 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()
255 if (Args.hasArg(OPT_INPUT)) { in CreateFromArgs()
284 Opts.ShowHelp = Args.hasArg(OPT_help); in CreateFromArgs()
285 Opts.ShowVersion = Args.hasArg(OPT_version); in CreateFromArgs()
290 Opts.ShowEncoding = Args.hasArg(OPT_show_encoding); in CreateFromArgs()
291 Opts.ShowInst = Args.hasArg(OPT_show_inst); in CreateFromArgs()
294 Opts.RelaxAll = Args.hasArg(OPT_mrelax_all); in CreateFromArgs()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2374 LinkOptHints = InputArgs.hasArg(OTOOL_C); in parseOtoolOptions()
2375 if (InputArgs.hasArg(OTOOL_d)) in parseOtoolOptions()
2377 DylibId = InputArgs.hasArg(OTOOL_D); in parseOtoolOptions()
2378 UniversalHeaders = InputArgs.hasArg(OTOOL_f); in parseOtoolOptions()
2379 DataInCode = InputArgs.hasArg(OTOOL_G); in parseOtoolOptions()
2380 FirstPrivateHeader = InputArgs.hasArg(OTOOL_h); in parseOtoolOptions()
2381 IndirectSymbols = InputArgs.hasArg(OTOOL_I); in parseOtoolOptions()
2382 ShowRawInsn = InputArgs.hasArg(OTOOL_j); in parseOtoolOptions()
2383 PrivateHeaders = InputArgs.hasArg(OTOOL_l); in parseOtoolOptions()
2384 DylibsUsed = InputArgs.hasArg(OTOOL_L); in parseOtoolOptions()
[all …]

123