Lines Matching refs:cl

67 static cl::list<mcld::sys::fs::Path>
68 ArgInputObjectFiles(cl::Positional,
69 cl::desc("[input object files]"),
70 cl::ZeroOrMore);
75 static cl::list<std::string>
77 cl::ZeroOrMore,
78 cl::desc("Add the archive or object file specified by namespec to "
80 cl::value_desc("namespec"),
81 cl::Prefix);
83 static cl::alias
85 cl::desc("alias for -l"),
86 cl::aliasopt(ArgNameSpecList));
91 static cl::list<bool>
93 cl::ValueDisallowed,
94 cl::desc("For each archive mentioned on the command line after "
98 static cl::list<bool>
100 cl::ValueDisallowed,
101 cl::desc("Turn off the effect of the --whole-archive option for "
104 static cl::list<bool>
106 cl::ValueDisallowed,
107 cl::desc("This option affects ELF DT_NEEDED tags for dynamic "
111 static cl::list<bool>
113 cl::ValueDisallowed,
114 cl::desc("Turn off the effect of the --as-needed option for "
117 static cl::list<bool>
119 cl::ValueDisallowed,
120 cl::desc("--add-needed causes DT_NEEDED tags are always "
124 static cl::list<bool>
126 cl::ValueDisallowed,
127 cl::desc("--no-add-needed causes DT_NEEDED tags will never be "
130 static cl::list<bool>
132 cl::ValueDisallowed,
133 cl::desc("Link against dynamic library"));
135 static cl::alias
137 cl::desc("alias for --Bdynamic"),
138 cl::aliasopt(ArgBDynamicList));
140 static cl::alias
142 cl::desc("alias for --Bdynamic"),
143 cl::aliasopt(ArgBDynamicList));
145 static cl::list<bool>
147 cl::ValueDisallowed,
148 cl::desc("Link against static library"));
150 static cl::alias
152 cl::desc("alias for --Bstatic"),
153 cl::aliasopt(ArgBStaticList));
155 static cl::alias
157 cl::desc("alias for --Bstatic"),
158 cl::aliasopt(ArgBStaticList));
160 static cl::alias
162 cl::desc("alias for --Bstatic"),
163 cl::aliasopt(ArgBStaticList));
168 static cl::list<bool>
170 cl::ValueDisallowed,
171 cl::desc("start to record a group of archives"));
173 static cl::alias
175 cl::desc("alias for --start-group"),
176 cl::aliasopt(ArgStartGroupList));
178 static cl::list<bool>
180 cl::ValueDisallowed,
181 cl::desc("stop recording a group of archives"));
183 static cl::alias
185 cl::desc("alias for --end-group"),
186 cl::aliasopt(ArgEndGroupList));
191 static cl::list<std::string>
193 cl::ZeroOrMore,
194 cl::desc("Define a symbol"),
195 cl::value_desc("symbol=expression"));
290 cl::list<std::string>::iterator defsym, dsBegin, dsEnd;
299 cl::list<mcld::sys::fs::Path>::iterator input, inBegin, inEnd;
310 cl::list<std::string>::iterator namespec, nsBegin, nsEnd;
323 cl::list<bool>::iterator attr, attrBegin, attrEnd;
389 cl::list<bool>::iterator group, gsBegin, gsEnd;