HomeSort by relevance Sort by last modified time
    Searched refs:ArchiveName (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-ranlib/
llvm-ranlib.cpp 29 ArchiveName(cl::Positional, cl::Optional, cl::desc("<archive-file>"));
69 if (!ArchivePath.set(ArchiveName))
70 throw std::string("Archive name invalid: ") + ArchiveName;
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 116 std::string ArchiveName;
158 ArchiveName = RestOfArgs[0];
709 if (!ArchivePath.set(ArchiveName))
710 throw std::string("Archive name invalid: ") + ArchiveName;

Completed in 171 milliseconds