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 118 std::string ArchiveName;
160 ArchiveName = RestOfArgs[0];
716 if (!ArchivePath.set(ArchiveName))
717 throw std::string("Archive name invalid: ") + ArchiveName;

Completed in 21 milliseconds