Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DM68k.cpp48 if (Args.hasArg(clang::driver::options::OPT_m68000)) in getM68kTargetCPU()
50 if (Args.hasArg(clang::driver::options::OPT_m68010)) in getM68kTargetCPU()
52 if (Args.hasArg(clang::driver::options::OPT_m68020)) in getM68kTargetCPU()
54 if (Args.hasArg(clang::driver::options::OPT_m68030)) in getM68kTargetCPU()
56 if (Args.hasArg(clang::driver::options::OPT_m68040)) in getM68kTargetCPU()
58 if (Args.hasArg(clang::driver::options::OPT_m68060)) in getM68kTargetCPU()
95 if (Args.hasArg(options::OPT_ffixed_a0)) in getM68kTargetFeatures()
97 if (Args.hasArg(options::OPT_ffixed_a1)) in getM68kTargetFeatures()
99 if (Args.hasArg(options::OPT_ffixed_a2)) in getM68kTargetFeatures()
101 if (Args.hasArg(options::OPT_ffixed_a3)) in getM68kTargetFeatures()
[all …]
H A DSparc.cpp212 if (Args.hasArg(options::OPT_ffixed_g1)) in getSparcTargetFeatures()
215 if (Args.hasArg(options::OPT_ffixed_g2)) in getSparcTargetFeatures()
218 if (Args.hasArg(options::OPT_ffixed_g3)) in getSparcTargetFeatures()
221 if (Args.hasArg(options::OPT_ffixed_g4)) in getSparcTargetFeatures()
224 if (Args.hasArg(options::OPT_ffixed_g5)) in getSparcTargetFeatures()
227 if (Args.hasArg(options::OPT_ffixed_g6)) in getSparcTargetFeatures()
230 if (Args.hasArg(options::OPT_ffixed_g7)) in getSparcTargetFeatures()
233 if (Args.hasArg(options::OPT_ffixed_o0)) in getSparcTargetFeatures()
236 if (Args.hasArg(options::OPT_ffixed_o1)) in getSparcTargetFeatures()
239 if (Args.hasArg(options::OPT_ffixed_o2)) in getSparcTargetFeatures()
[all …]
H A DAArch64.cpp326 if (Args.hasArg(options::OPT_ffixed_x1)) in getAArch64TargetFeatures()
329 if (Args.hasArg(options::OPT_ffixed_x2)) in getAArch64TargetFeatures()
332 if (Args.hasArg(options::OPT_ffixed_x3)) in getAArch64TargetFeatures()
335 if (Args.hasArg(options::OPT_ffixed_x4)) in getAArch64TargetFeatures()
338 if (Args.hasArg(options::OPT_ffixed_x5)) in getAArch64TargetFeatures()
341 if (Args.hasArg(options::OPT_ffixed_x6)) in getAArch64TargetFeatures()
344 if (Args.hasArg(options::OPT_ffixed_x7)) in getAArch64TargetFeatures()
347 if (Args.hasArg(options::OPT_ffixed_x9)) in getAArch64TargetFeatures()
350 if (Args.hasArg(options::OPT_ffixed_x10)) in getAArch64TargetFeatures()
353 if (Args.hasArg(options::OPT_ffixed_x11)) in getAArch64TargetFeatures()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp213 opts::Addrsig = Args.hasArg(OPT_addrsig); in parseOptions()
214 opts::All = Args.hasArg(OPT_all); in parseOptions()
215 opts::ArchSpecificInfo = Args.hasArg(OPT_arch_specific); in parseOptions()
216 opts::BBAddrMap = Args.hasArg(OPT_bb_addr_map); in parseOptions()
217 opts::PrettyPGOAnalysisMap = Args.hasArg(OPT_pretty_pgo_analysis_map); in parseOptions()
222 opts::CGProfile = Args.hasArg(OPT_cg_profile); in parseOptions()
223 opts::Decompress = Args.hasArg(OPT_decompress); in parseOptions()
225 opts::DependentLibraries = Args.hasArg(OPT_dependent_libraries); in parseOptions()
226 opts::DynRelocs = Args.hasArg(OPT_dyn_relocations); in parseOptions()
227 opts::DynamicSymbols = Args.hasArg(OPT_dyn_syms); in parseOptions()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp60 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob()
61 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob()
62 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob()
63 const bool Pie = Args.hasArg(options::OPT_pie); in ConstructJob()
73 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
77 else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
98 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
130 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
138 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob()
155 !Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { 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_static)) in ConstructJob()
145 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
147 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
186 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) in ConstructJob()
195 if (Args.hasArg(options::OPT_Z_Xlinker__no_demangle)) in ConstructJob()
200 if (Args.hasArg(options::OPT_pthread)) { in ConstructJob()
210 if (Args.hasArg(options::OPT_fuse_ld_EQ)) { 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()
116 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
132 CmdArgs.push_back(Args.hasArg(options::OPT_static) ? "-Bstatic" in ConstructJob()
142 CmdArgs.push_back(Args.hasArg(options::OPT_static) ? "-Bstatic" in ConstructJob()
145 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
159 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_rdynamic)) { in ConstructJob()
172 bool StaticCXX = Args.hasArg(options::OPT_static_libstdcxx) && in ConstructJob()
173 !Args.hasArg(options::OPT_static); in ConstructJob()
[all …]
H A DSolaris.cpp47 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_static) || in getPIE()
48 Args.hasArg(options::OPT_r)) in getPIE()
97 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared, in ConstructJob()
112 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
116 if (!Args.hasArg(options::OPT_r) && Args.hasArg(options::OPT_shared)) in ConstructJob()
148 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
163 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
165 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
192 if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
208 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
[all …]
H A DFreeBSD.cpp138 !Args.hasArg(options::OPT_shared) && in ConstructJob()
139 (Args.hasArg(options::OPT_pie) || ToolChain.isPIEDefault(Args)); in ConstructJob()
157 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
160 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
162 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
164 } else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
225 if (Args.hasArg(options::OPT_mno_relax)) in ConstructJob()
243 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()
[all …]
H A DNaCl.cpp57 !Args.hasArg(options::OPT_dynamic) && !Args.hasArg(options::OPT_shared); in ConstructJob()
72 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
75 if (Args.hasArg(options::OPT_s)) in ConstructJob()
100 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
105 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
106 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
113 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
124 if (Args.hasArg(options::OPT_Z_Xlinker__no_demangle)) in ConstructJob()
130 !Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
133 Args.hasArg(options::OPT_static_libstdcxx) && !IsStatic; in ConstructJob()
[all …]
H A DFuchsia.cpp74 if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r)) in ConstructJob()
77 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
80 if (Args.hasArg(options::OPT_s)) in ConstructJob()
83 if (Args.hasArg(options::OPT_r)) { in ConstructJob()
102 if (Args.hasArg(options::OPT_static)) in ConstructJob()
104 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
109 if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r)) { in ConstructJob()
124 if (Args.hasArg(options::OPT_mno_relax)) in ConstructJob()
131 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
133 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
[all …]
H A DOpenBSD.cpp116 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob()
117 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob()
118 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob()
119 const bool Pie = Args.hasArg(options::OPT_pie); in ConstructJob()
120 const bool Nopie = Args.hasArg(options::OPT_no_pie, options::OPT_nopie); in ConstructJob()
121 const bool Relocatable = Args.hasArg(options::OPT_r); in ConstructJob()
140 if (!Args.hasArg(options::OPT_nostdlib) && !Shared && !Relocatable) { in ConstructJob()
149 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
166 if (Args.hasArg(options::OPT_mno_relax)) in ConstructJob()
176 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, 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()
125 if (Args.hasArg(options::OPT_s)) in ConstructJob()
142 if (Args.hasArg(options::OPT_marm64x)) in ConstructJob()
167 if (Args.hasArg(options::OPT_mdll)) in ConstructJob()
169 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
171 if (Args.hasArg(options::OPT_static)) in ConstructJob()
[all …]
H A DVEToolchain.cpp81 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
84 if (DriverArgs.hasArg(options::OPT_nobuiltininc) && in AddClangSystemIncludeArgs()
85 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
88 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
94 if (!DriverArgs.hasArg(options::OPT_nostdlibinc)) { in AddClangSystemIncludeArgs()
120 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangCXXStdlibIncludeArgs()
121 DriverArgs.hasArg(options::OPT_nostdlibinc) || in AddClangCXXStdlibIncludeArgs()
122 DriverArgs.hasArg(options::OPT_nostdincxx)) in AddClangCXXStdlibIncludeArgs()
152 if (Args.hasArg(options::OPT_fexperimental_library)) in AddCXXStdlibLibArgs()
H A DAIX.cpp129 if (Args.hasArg(options::OPT_static)) in ConstructJob()
133 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
140 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
166 Args.hasArg(options::OPT_fcreate_profile) || in ConstructJob()
167 Args.hasArg(options::OPT_coverage)) in ConstructJob()
206 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
232 if (Args.hasArg(options::OPT_rpath)) { in ConstructJob()
265 if (Args.hasArg(options::OPT_shared) && !hasExportListLinkerOpts(CmdArgs)) { in ConstructJob()
301 if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
308 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
[all …]
H A DZOS.cpp82 if (Args.hasArg(options::OPT_mzos_hlq_le_EQ)) { in getLEHLQ()
92 if (Args.hasArg(options::OPT_mzos_hlq_clang_EQ)) { in getClangHLQ()
102 if (Args.hasArg(options::OPT_mzos_hlq_csslib_EQ)) { in getCSSHLQ()
190 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
211 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) in ConstructJob()
257 if (DriverArgs.hasArg(options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
268 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
316 if (DriverArgs.hasArg(options::OPT_v)) in TryAddIncludeFromPath()
319 if (!DriverArgs.hasArg(options::OPT__HASH_HASH_HASH)) in TryAddIncludeFromPath()
328 if (DriverArgs.hasArg(options::OPT_nostdinc) || in AddClangCXXStdlibIncludeArgs()
[all …]
H A DXCore.cpp38 if (Args.hasArg(options::OPT_v)) in ConstructJob()
72 if (Args.hasArg(options::OPT_v)) in ConstructJob()
116 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangSystemIncludeArgs()
117 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
140 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) || in AddClangCXXStdlibIncludeArgs()
141 DriverArgs.hasArg(options::OPT_nostdlibinc) || in AddClangCXXStdlibIncludeArgs()
142 DriverArgs.hasArg(options::OPT_nostdincxx)) in AddClangCXXStdlibIncludeArgs()
H A DHaiku.cpp30 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob()
31 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob()
67 if (Args.hasArg(options::OPT_mno_relax)) in ConstructJob()
77 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
98 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
101 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob()
115 !Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
145 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
177 if (DriverArgs.hasArg(options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
180 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
[all …]
H A DHexagon.cpp288 bool IsStatic = Args.hasArg(options::OPT_static); in constructHexagonLinkArgs()
289 bool IsShared = Args.hasArg(options::OPT_shared); in constructHexagonLinkArgs()
290 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs()
291 bool IncStdLib = !Args.hasArg(options::OPT_nostdlib); in constructHexagonLinkArgs()
292 bool IncStartFiles = !Args.hasArg(options::OPT_nostartfiles); in constructHexagonLinkArgs()
293 bool IncDefLibs = !Args.hasArg(options::OPT_nodefaultlibs); in constructHexagonLinkArgs()
318 if (Args.hasArg(options::OPT_s)) in constructHexagonLinkArgs()
321 if (Args.hasArg(options::OPT_r)) in constructHexagonLinkArgs()
353 if (!Args.hasArg(options::OPT_shared, options::OPT_static)) in constructHexagonLinkArgs()
356 if (!Args.hasArg(options::OPT_shared, options::OPT_nostartfiles, in constructHexagonLinkArgs()
[all …]
H A DNetBSD.cpp123 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob()
124 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob()
125 const bool Pie = Args.hasArg(options::OPT_pie); in ConstructJob()
139 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
143 } else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
245 if (Args.hasArg(options::OPT_mno_relax)) in ConstructJob()
255 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
310 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
313 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob()
330 !Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
[all …]
H A DAVR.cpp442 if (!Args.hasArg(options::OPT_nostdlib) && in AVRToolChain()
443 !Args.hasArg(options::OPT_nodefaultlibs) && GCCInstallation.isValid()) { in AVRToolChain()
452 if (DriverArgs.hasArg(options::OPT_nostdinc) || in AddClangSystemIncludeArgs()
453 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
536 if (!Args.hasArg(options::OPT_r)) in ConstructJob()
551 if (!Args.hasArg(options::OPT_nostdlib) && !Args.hasArg(options::OPT_r) && in ConstructJob()
552 !Args.hasArg(options::OPT_nodefaultlibs)) { in ConstructJob()
577 if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
632 if (!Args.hasArg(options::OPT_T) && in ConstructJob()
H A DMSP430.cpp149 if (DriverArgs.hasArg(options::OPT_nostdinc) || in AddClangSystemIncludeArgs()
150 DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
201 if (Args.hasArg(options::OPT_msim)) { in AddDefaultLibs()
242 if (Args.hasArg(options::OPT_T)) in AddImplicitLinkerScript()
245 if (Args.hasArg(options::OPT_msim)) { in AddImplicitLinkerScript()
273 bool UseStartAndEndFiles = !Args.hasArg(options::OPT_nostdlib, options::OPT_r, in ConstructJob()
276 if (Args.hasArg(options::OPT_mrelax)) in ConstructJob()
278 if (!Args.hasArg(options::OPT_r, options::OPT_g_Group)) in ConstructJob()
295 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_r, in ConstructJob()
299 if (!Args.hasArg(options::OPT_nolibc)) { in ConstructJob()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp717 if (InputArgs.hasArg(OBJCOPY_help)) { in parseObjcopyOptions()
722 if (InputArgs.hasArg(OBJCOPY_version)) { in parseObjcopyOptions()
751 if (InputArgs.hasArg(OBJCOPY_target) && in parseObjcopyOptions()
752 (InputArgs.hasArg(OBJCOPY_input_target) || in parseObjcopyOptions()
753 InputArgs.hasArg(OBJCOPY_output_target))) in parseObjcopyOptions()
758 if (InputArgs.hasArg(OBJCOPY_regex) && InputArgs.hasArg(OBJCOPY_wildcard)) in parseObjcopyOptions()
762 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
766 = InputArgs.hasArg(OBJCOPY_regex) ? MatchStyle::Regex in parseObjcopyOptions()
767 : InputArgs.hasArg(OBJCOPY_wildcard) ? MatchStyle::Wildcard in parseObjcopyOptions()
770 if (InputArgs.hasArg(OBJCOPY_target)) { in parseObjcopyOptions()
[all …]
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp285 Opts.NoInitialTextSection = Args.hasArg(OPT_n); in CreateFromArgs()
286 Opts.SaveTemporaryLabels = Args.hasArg(OPT_msave_temp_labels); in CreateFromArgs()
288 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ); in CreateFromArgs()
317 if (Args.hasArg(OPT_INPUT)) { in CreateFromArgs()
346 Opts.ShowHelp = Args.hasArg(OPT_help); in CreateFromArgs()
347 Opts.ShowVersion = Args.hasArg(OPT_version); in CreateFromArgs()
352 Opts.ShowEncoding = Args.hasArg(OPT_show_encoding); in CreateFromArgs()
353 Opts.ShowInst = Args.hasArg(OPT_show_inst); in CreateFromArgs()
356 Opts.RelaxAll = Args.hasArg(OPT_mrelax_all); in CreateFromArgs()
357 Opts.NoExecStack = Args.hasArg(OPT_mno_exec_stack); in CreateFromArgs()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp183 if (args.hasArg(OPT_Z)) in getSearchPaths()
1078 return !(args.hasArg(OPT_no_pie) && supportsNoPie()); in dataConstDefault()
1115 if (args.hasArg(OPT_preload)) { in shouldEmitChainedFixups()
1580 ctx->e.verbose = args.hasArg(OPT_verbose); in link()
1582 if (args.hasArg(OPT_help_hidden)) { in link()
1586 if (args.hasArg(OPT_help)) { in link()
1590 if (args.hasArg(OPT_version)) { in link()
1615 if (args.hasArg(OPT_pagezero_size)) { in link()
1672 config->deadStrip = args.hasArg(OPT_dead_strip); in link()
1673 config->interposable = args.hasArg(OPT_interposable); in link()
[all …]

1234