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

Lines Matching refs:Members

43     cl::desc("[relpos] [count] <archive-file> [members]..."));
81 Delete, ///< Delete the specified members
82 Move, ///< Move members to end or as given by {a,b,i} modifiers
84 ReplaceOrInsert, ///< Replace or Insert members
121 std::vector<std::string> Members;
183 // getMembers - Copy over remaining items in RestOfArgs to our Members vector
187 Members = std::vector<std::string>(RestOfArgs);
280 if (Count > 1 && Members.size() > 1)
320 // buildPaths - Convert the strings in the Members vector to sys::Path objects
324 for (unsigned i = 0; i < Members.size(); i++) {
326 if (!aPath.set(Members[i]))
327 fail(std::string("File member name invalid: ") + Members[i]);
331 fail(std::string("File does not exist: ") + Members[i]);
364 // looking for members that match the path list. It is careful to uncompress
415 // the file names of each of the members. However, if verbose mode is requested
494 // members from the archive. Note that if the count is specified, there should
527 // order of the archive members so that when the archive is written the move
528 // of the members is accomplished. Note the use of the RelPos variable to
535 // By default and convention the place to move members to is the end of the
560 // Scan the archive again, this time looking for the members to move to the
582 // indiscriminantly adds the members to the archive and rebuilds it.
686 // If we didn't replace all the members, some will remain and need to be