Home
last modified time | relevance | path

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

1234

/external/clang/lib/Frontend/
DCompilerInvocation.cpp84 if (IK == IK_OpenCL && !Args.hasArg(OPT_cl_opt_disable)) in getOptimizationLevel()
239 Opts.ShowCheckerHelp = Args.hasArg(OPT_analyzer_checker_help); in ParseAnalyzerArgs()
240 Opts.DisableAllChecks = Args.hasArg(OPT_analyzer_disable_all_checks); in ParseAnalyzerArgs()
243 Args.hasArg(OPT_analyzer_viz_egraph_graphviz); in ParseAnalyzerArgs()
245 Args.hasArg(OPT_analyzer_viz_egraph_ubigraph); in ParseAnalyzerArgs()
246 Opts.NoRetryExhausted = Args.hasArg(OPT_analyzer_disable_retry_exhausted); in ParseAnalyzerArgs()
247 Opts.AnalyzeAll = Args.hasArg(OPT_analyzer_opt_analyze_headers); in ParseAnalyzerArgs()
248 Opts.AnalyzerDisplayProgress = Args.hasArg(OPT_analyzer_display_progress); in ParseAnalyzerArgs()
250 Args.hasArg(OPT_analyzer_opt_analyze_nested_blocks); in ParseAnalyzerArgs()
251 Opts.eagerlyAssumeBinOpBifurcation = Args.hasArg(OPT_analyzer_eagerly_assume); in ParseAnalyzerArgs()
[all …]
/external/llvm/unittests/Option/
DOptionParsingTest.cpp73 EXPECT_TRUE(AL.hasArg(OPT_A)); in TEST()
74 EXPECT_TRUE(AL.hasArg(OPT_B)); in TEST()
75 EXPECT_TRUE(AL.hasArg(OPT_C)); in TEST()
76 EXPECT_TRUE(AL.hasArg(OPT_D)); in TEST()
77 EXPECT_TRUE(AL.hasArg(OPT_E)); in TEST()
78 EXPECT_TRUE(AL.hasArg(OPT_F)); in TEST()
79 EXPECT_TRUE(AL.hasArg(OPT_G)); in TEST()
118 EXPECT_TRUE(AL.hasArg(OPT_A)); in TEST()
119 EXPECT_TRUE(AL.hasArg(OPT_C)); in TEST()
120 EXPECT_FALSE(AL.hasArg(OPT_SLASH_C)); in TEST()
[all …]
/external/llvm-project/llvm/unittests/Option/
DOptionParsingTest.cpp73 EXPECT_TRUE(AL.hasArg(OPT_A)); in TEST()
74 EXPECT_TRUE(AL.hasArg(OPT_B)); in TEST()
75 EXPECT_TRUE(AL.hasArg(OPT_C)); in TEST()
76 EXPECT_TRUE(AL.hasArg(OPT_D)); in TEST()
77 EXPECT_TRUE(AL.hasArg(OPT_E)); in TEST()
78 EXPECT_TRUE(AL.hasArg(OPT_F)); in TEST()
79 EXPECT_TRUE(AL.hasArg(OPT_G)); in TEST()
122 EXPECT_TRUE(AL.hasArg(OPT_A)); in TEST()
123 EXPECT_TRUE(AL.hasArg(OPT_C)); in TEST()
124 EXPECT_FALSE(AL.hasArg(OPT_SLASH_C)); in TEST()
[all …]
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp135 if (Args.hasArg(Opt)) in normalizeSimpleFlag()
143 if (Args.hasArg(Opt)) in normalizeSimpleNegativeFlag()
165 if (Args.hasArg(Opt)) in operator ()()
326 if (IK.getLanguage() == Language::OpenCL && !Args.hasArg(OPT_cl_opt_disable)) in getOptimizationLevel()
696 Opts.ParseAllComments = Args.hasArg(OPT_fparse_all_comments); in ParseCommentArgs()
907 Opts.DebugColumnInfo = !Args.hasArg(OPT_gno_column_info); in ParseCodeGenArgs()
908 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview); in ParseCodeGenArgs()
909 Opts.CodeViewGHash = Args.hasArg(OPT_gcodeview_ghash); in ParseCodeGenArgs()
910 Opts.MacroDebugInfo = Args.hasArg(OPT_debug_info_macro); in ParseCodeGenArgs()
911 Opts.WholeProgramVTables = Args.hasArg(OPT_fwhole_program_vtables); in ParseCodeGenArgs()
[all …]
/external/llvm-project/clang/lib/Driver/ToolChains/
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 …]
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 …]
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 …]
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 …]
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 …]
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()
108 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
109 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
130 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
[all …]
DFreeBSD.cpp146 !Args.hasArg(options::OPT_shared) && in ConstructJob()
147 (Args.hasArg(options::OPT_pie) || ToolChain.isPIEDefault()); in ConstructJob()
165 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
168 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
170 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
244 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
246 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
247 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
260 if (Args.hasArg(options::OPT_static)) in ConstructJob()
262 else if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
[all …]
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 …]
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()
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 …]
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()
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 …]
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()
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 …]
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DAArch64.cpp196 else if (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple)) in getAArch64TargetFeatures()
207 (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple))) in getAArch64TargetFeatures()
386 if (Args.hasArg(options::OPT_msve_vector_bits_EQ)) in getAArch64TargetFeatures()
397 if (Args.hasArg(options::OPT_ffixed_x1)) in getAArch64TargetFeatures()
400 if (Args.hasArg(options::OPT_ffixed_x2)) in getAArch64TargetFeatures()
403 if (Args.hasArg(options::OPT_ffixed_x3)) in getAArch64TargetFeatures()
406 if (Args.hasArg(options::OPT_ffixed_x4)) in getAArch64TargetFeatures()
409 if (Args.hasArg(options::OPT_ffixed_x5)) in getAArch64TargetFeatures()
412 if (Args.hasArg(options::OPT_ffixed_x6)) in getAArch64TargetFeatures()
415 if (Args.hasArg(options::OPT_ffixed_x7)) in getAArch64TargetFeatures()
[all …]
DRISCV.cpp118 if (!Args.hasArg(options::OPT_menable_experimental_extensions)) { in getExtensionVersion()
478 if (Args.hasArg(options::OPT_ffixed_x1)) in getRISCVTargetFeatures()
480 if (Args.hasArg(options::OPT_ffixed_x2)) in getRISCVTargetFeatures()
482 if (Args.hasArg(options::OPT_ffixed_x3)) in getRISCVTargetFeatures()
484 if (Args.hasArg(options::OPT_ffixed_x4)) in getRISCVTargetFeatures()
486 if (Args.hasArg(options::OPT_ffixed_x5)) in getRISCVTargetFeatures()
488 if (Args.hasArg(options::OPT_ffixed_x6)) in getRISCVTargetFeatures()
490 if (Args.hasArg(options::OPT_ffixed_x7)) in getRISCVTargetFeatures()
492 if (Args.hasArg(options::OPT_ffixed_x8)) in getRISCVTargetFeatures()
494 if (Args.hasArg(options::OPT_ffixed_x9)) in getRISCVTargetFeatures()
[all …]
/external/llvm-project/lld/MinGW/
DDriver.cpp176 if (args.hasArg(OPT_help)) { in link()
186 if (args.hasArg(OPT_v) || args.hasArg(OPT_version)) in link()
191 if (args.hasArg(OPT_v) && !args.hasArg(OPT_INPUT) && !args.hasArg(OPT_l)) in link()
193 if (args.hasArg(OPT_version)) in link()
196 if (!args.hasArg(OPT_INPUT) && !args.hasArg(OPT_l)) { in link()
215 if (args.hasArg(OPT_major_os_version, OPT_minor_os_version, in link()
248 } 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 …]
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp485 if (InputArgs.hasArg(OBJCOPY_help)) { in parseObjcopyOptions()
490 if (InputArgs.hasArg(OBJCOPY_version)) { in parseObjcopyOptions()
515 if (InputArgs.hasArg(OBJCOPY_target) && in parseObjcopyOptions()
516 (InputArgs.hasArg(OBJCOPY_input_target) || in parseObjcopyOptions()
517 InputArgs.hasArg(OBJCOPY_output_target))) in parseObjcopyOptions()
522 if (InputArgs.hasArg(OBJCOPY_regex) && InputArgs.hasArg(OBJCOPY_wildcard)) in parseObjcopyOptions()
526 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
529 MatchStyle SymbolMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
531 : InputArgs.hasArg(OBJCOPY_wildcard) in parseObjcopyOptions()
535 if (InputArgs.hasArg(OBJCOPY_target)) { in parseObjcopyOptions()
[all …]
/external/clang/lib/Driver/
DTools.cpp115 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) && in CheckPreprocessingOptions()
116 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) { in CheckPreprocessingOptions()
128 if (Args.hasArg(options::OPT_static)) in CheckCodeGenerationOptions()
289 return Args.hasArg(options::OPT_fobjc_link_runtime); in isObjCRuntimeLinked()
335 if (!Args.hasArg(options::OPT_MT) && !Args.hasArg(options::OPT_MQ)) { in AddPreprocessingOptions()
362 !Args.hasArg(options::OPT_fno_module_file_deps)) || in AddPreprocessingOptions()
363 Args.hasArg(options::OPT_fmodule_file_deps)) in AddPreprocessingOptions()
367 if (Args.hasArg(options::OPT_MG)) { in AddPreprocessingOptions()
548 if (!Args.hasArg(options::OPT_isysroot)) { in AddPreprocessingOptions()
855 Args.hasArg(options::OPT_mkernel, options::OPT_fapple_kext); in getARMTargetFeatures()
[all …]
/external/llvm-project/lld/wasm/
DDriver.cpp323 if (args.hasArg(OPT_relocatable)) in getEntry()
325 if (args.hasArg(OPT_shared)) in getEntry()
355 if (args.hasArg(OPT_allow_undefined)) in getUnresolvedSymbolPolicy()
363 config->bsymbolic = args.hasArg(OPT_Bsymbolic); in readConfigs()
366 config->compressRelocations = args.hasArg(OPT_compress_relocations); in readConfigs()
368 config->disableVerify = args.hasArg(OPT_disable_verify); in readConfigs()
369 config->emitRelocs = args.hasArg(OPT_emit_relocs); in readConfigs()
370 config->experimentalPic = args.hasArg(OPT_experimental_pic); in readConfigs()
372 config->exportAll = args.hasArg(OPT_export_all); in readConfigs()
373 config->exportTable = args.hasArg(OPT_export_table); in readConfigs()
[all …]
/external/clang/tools/driver/
Dcc1as_main.cpp197 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
198 Opts.SaveTemporaryLabels = Args.hasArg(OPT_msave_temp_labels); in CreateFromArgs()
200 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ); in CreateFromArgs()
201 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections); in CreateFromArgs()
202 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()
210 if (Args.hasArg(OPT_INPUT)) { in CreateFromArgs()
239 Opts.ShowHelp = Args.hasArg(OPT_help); in CreateFromArgs()
240 Opts.ShowVersion = Args.hasArg(OPT_version); in CreateFromArgs()
245 Opts.ShowEncoding = Args.hasArg(OPT_show_encoding); in CreateFromArgs()
246 Opts.ShowInst = Args.hasArg(OPT_show_inst); in CreateFromArgs()
[all …]

1234