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

  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 83 cl::desc("[relpos] [count] <archive-file> [members]..."));
113 " [a] - put file(s) after [relpos]\n"
114 " [b] - put file(s) before [relpos] (same as [i])\n"
115 " [i] - put file(s) before [relpos] (same as [b])\n"
153 static std::string RelPos;
171 // Extract the member filename from the command line for the [relpos] argument
175 show_help("Expected [relpos] for a, b, or i modifier");
176 RelPos = RestOfArgs[0];
502 StringRef PosName = sys::path::filename(RelPos);
534 StringRef PosName = sys::path::filename(RelPos);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 42 cl::desc("[relpos] [count] <archive-file> [members]..."));
57 " [a] - put file(s) after [relpos]\n"
58 " [b] - put file(s) before [relpos] (same as [i])\n"
60 " [i] - put file(s) before [relpos] (same as [b])\n"
110 std::string RelPos;
132 // the [relpos] argument associated with a, b, and i modifiers
135 RelPos = RestOfArgs[0];
139 throw "Expected [relpos] for a, b, or i modifier";
515 // of the members is accomplished. Note the use of the RelPos variable to
532 if (RelPos == I->getPath().str()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
llvm-ar.cpp 68 USAGE: llvm-ar [options] [-]<operation>[modifiers] [relpos] <archive> [files]
92 [a] - put [files] after [relpos]
93 [b] - put [files] before [relpos] (same as [i])
96 [i] - put [files] before [relpos] (same as [b])
183 static std::string RelPos;
193 // Extract the member filename from the command line for the [relpos] argument
197 fail("Expected [relpos] for a, b, or i modifier");
198 RelPos = PositionalArgs[0];
541 StringRef PosName = sys::path::filename(RelPos);
575 StringRef PosName = sys::path::filename(RelPos);
    [all...]

Completed in 163 milliseconds