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

Lines Matching defs:Members

42     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
122 std::vector<std::string> Members;
167 // getMembers - Copy over remaining items in RestOfArgs to our Members vector
171 Members = std::vector<std::string>(RestOfArgs);
265 if (Count > 1 && Members.size() > 1)
305 // buildPaths - Convert the strings in the Members vector to sys::Path objects
309 for (unsigned i = 0; i < Members.size(); i++) {
311 if (!aPath.set(Members[i]))
312 throw std::string("File member name invalid: ") + Members[i];
316 throw std::string("File does not exist: ") + Members[i];
349 // looking for members that match the path list. It is careful to uncompress
400 // the file names of each of the members. However, if verbose mode is requested
481 // members from the archive. Note that if the count is specified, there should
514 // order of the archive members so that when the archive is written the move
515 // of the members is accomplished. Note the use of the RelPos variable to
522 // By default and convention the place to move members to is the end of the
547 // Scan the archive again, this time looking for the members to move to the
569 // indiscriminantly adds the members to the archive and rebuilds it.
673 // If we didn't replace all the members, some will remain and need to be