Home | History | Annotate | Download | only in llvm-ar

Lines Matching defs:Count

42     cl::desc("[relpos] [count] <archive-file> [members]..."));
62 " [N] - use instance [count] of name\n"
114 int Count = 1;
142 // getCount - Extract the [count] argument associated with the N modifier
146 Count = atoi(RestOfArgs[0].c_str());
150 throw "Expected [count] value with N modifier";
153 if (Count < 1)
154 throw "Invalid [count] value (not a positive integer)";
265 if (Count > 1 && Members.size() > 1)
355 unsigned countDown = Count;
481 // members from the archive. Note that if the count is specified, there should
490 unsigned countDown = Count;