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

  /external/llvm/lib/Linker/
Linker.cpp 122 sys::Path FullPath(Directory);
125 FullPath.appendComponent(("lib" + Name).str());
126 FullPath.appendSuffix("a");
127 if (FullPath.isArchive())
128 return FullPath;
131 FullPath.eraseSuffix();
132 FullPath.appendSuffix("bca");
133 if (FullPath.isArchive())
134 return FullPath;
137 FullPath.eraseSuffix()
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 98 bool FullPath = false; ///< 'P' modifier
204 case 'P': FullPath = true; break;

Completed in 3424 milliseconds