Lines Matching refs:Flag
23 def Bsymbolic : Flag<["-"], "Bsymbolic">,
27 def Bgroup : Flag<["-"], "Bgroup">,
38 def NoUndef : Flag<["--"], "no-undefined">,
42 def AllowMulDefs : Flag<["--"], "allow-multiple-definition">,
57 def EnableNewDTags : Flag<["--"], "enable-new-dtags">,
71 def GCSections : Flag<["--"], "gc-sections">,
75 def NoGCSections : Flag<["--"], "no-gc-sections">,
79 def PrintGCSections : Flag<["--"], "print-gc-sections">,
83 def NoPrintGCSections : Flag<["--"], "no-print-gc-sections">,
87 def LDGeneratedUnwindInfo : Flag<["--"], "ld-generated-unwind-info">,
91 def NoLDGeneratedUnwindInfo : Flag<["--"], "no-ld-generated-unwind-info">,
103 def PrintICFSections : Flag<["--"], "print-icf-sections">,
107 def NoPrintICFSections : Flag<["--"], "no-print-icf-sections">,
128 def Shared : Flag<["-"], "shared">,
131 def Bshareable : Flag<["-"], "Bshareable">,
135 def Bdynamic : Flag<["-"], "Bdynamic">,
138 def BdynamicAlias1 : Flag<["-"], "dy">,
141 def BdynamicAlias2 : Flag<["-"], "call_shared">,
145 def Bstatic : Flag<["-"], "Bstatic">,
148 def BstaticAlias1 : Flag<["-"], "dn">,
151 def BstaticAlias2 : Flag<["-"], "non_shared">,
154 def BstaticAlias3 : Flag<["-"], "static">,
158 def PIE : Flag<["-"], "pie">,
161 def PICExec : Flag<["--"], "pic-executable">,
165 def Relocatable : Flag<["--"], "relocatable">,
168 def RelocatableAlias : Flag<["-"], "r">,
179 def StripDebug : Flag<["--"], "strip-debug">,
182 def StripDebugAlias : Flag<["-"], "S">,
186 def StripAll : Flag<["--"], "strip-all">,
189 def StripAllAlias : Flag<["-"], "s">,
193 def DiscardLocals : Flag<["--"], "discard-debug">,
196 def DiscardLocalsAlias : Flag<["-"], "X">,
200 def DiscardAll : Flag<["--"], "discard-all">,
203 def DiscardAllAlias : Flag<["-"], "x">,
207 def EHFrameHdr : Flag<["--"], "eh-frame-hdr">,
211 def NMagic : Flag<["--"], "nmagic">,
214 def NMagicAlias : Flag<["-"], "n">,
218 def OMagic : Flag<["--"], "omagic">,
221 def OMagicAlias : Flag<["-"], "N">,
229 def ExportDynamic : Flag<["--"], "export-dynamic">,
232 def ExportDynamicAlias : Flag<["-"], "E">,
236 def NoExportDynamic : Flag<["--"], "no-export-dynamic">,
242 def NoWarnMismatch : Flag<["--"], "no-warn-mismatch">,
270 def WholeArchive : Flag<["--"], "whole-archive">,
274 def NoWholeArchive : Flag<["--"], "no-whole-archive">,
278 def AsNeeded : Flag<["--"], "as-needed">,
283 def NoAsNeeded : Flag<["--"], "no-as-needed">,
287 def AddNeeded : Flag<["--"], "add-needed">,
291 def NoAddNeeded : Flag<["--"], "no-add-needed">,
295 def CopyDTNeeded : Flag<["--"], "copy-dt-needed-entries">,
299 def NoCopyDTNeeded : Flag<["--"], "no-copy-dt-needed-entries">,
303 def StartGroup : Flag<["--"], "start-group">,
306 def StartGroupAlias : Flag<["-"], "(">,
310 def EndGroup : Flag<["--"], "end-group">,
313 def EndGroupAlias : Flag<["-"], ")">,
327 def Trace : Flag<["--"], "trace">,
330 def TraceAlias : Flag<["-"], "t">,
334 def Help : Flag<["-", "--"], "help">,
337 def HelpAlias : Flag<["-"], "h">,
345 def Version : Flag<["--"], "version">,
348 def VersionAlias1 : Flag<["-"], "v">,
351 def VersionAlias2 : Flag<["-"], "V">,
363 def FatalWarnings : Flag<["--"], "fatal-warnings">,
367 def NoFatalWarnings : Flag<["--"], "no-fatal-warnings">,
371 def WarnSharedTextrel : Flag<["--"], "warn-shared-textrel">,
426 def NoStdlib : Flag<["-"], "nostdlib">,
447 def DefineCommon : Flag<["-"], "d">,
450 def DefineCommonAlias1 : Flag<["-"], "dc">,
453 def DefineCommonAlias2 : Flag<["-"], "dp">,
490 def FixCA53Erratum835769 : Flag<["--"], "fix-cortex-a53-835769">,
494 def FixCA53Erratum843419 : Flag<["--"], "fix-cortex-a53-843419">,