HomeSort by: relevance | last modified time | path
    Searched refs:getLibraryPaths (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AIX.cpp 179 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib");
MinGW.cpp 203 for (const auto &LibPath : TC.getLibraryPaths()) {
MSVC.cpp 427 for (const auto &LibPath : TC.getLibraryPaths()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 249 path_list &getLibraryPaths() { return LibraryPaths; }
250 const path_list &getLibraryPaths() const { return LibraryPaths; }
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 80 getLibraryPaths().push_back(RuntimePath);
465 for (const auto &LibPath : getLibraryPaths()) {
Driver.cpp 5105 if (auto P = SearchPaths(TC.getLibraryPaths()))

Completed in 80 milliseconds