Lines Matching refs:sections
71 def GCSections : Flag<["--"], "gc-sections">,
73 HelpText<"Enable garbage collection of unused input sections">;
75 def NoGCSections : Flag<["--"], "no-gc-sections">,
77 HelpText<"Disable garbage collection of unused input sections">;
79 def PrintGCSections : Flag<["--"], "print-gc-sections">,
81 HelpText<"List all sections removed by garbage collection">;
83 def NoPrintGCSections : Flag<["--"], "no-print-gc-sections">,
85 HelpText<"Do not list sections removed by garbage collection">;
89 … HelpText<"Request creation of unwind info for linker generated code sections like PLT">;
93 … HelpText<"Don't create unwind info for linker generated sections to save size">;
103 def PrintICFSections : Flag<["--"], "print-icf-sections">,
105 HelpText<"List all sections folded by ICF">;
107 def NoPrintICFSections : Flag<["--"], "no-print-icf-sections">,
109 HelpText<"Do not list sections folded by ICF">;
488 HelpText<"Set the group size to place stubs between sections">;