HomeSort by: relevance | last modified time | path
    Searched defs:LibraryPaths (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 131 path_list LibraryPaths;
249 path_list &getLibraryPaths() { return LibraryPaths; }
250 const path_list &getLibraryPaths() const { return LibraryPaths; }
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
CommonArgs.cpp 1682 SmallVector<StringRef, 8> LibraryPaths;
1691 LibraryPaths.emplace_back(Path.trim());
1697 LibraryPaths.emplace_back(DefaultLibPath.c_str());
1720 for (StringRef LibraryPath : LibraryPaths) {

Completed in 15 milliseconds