Home
last modified time | relevance | path

Searched refs:getLibraryPaths (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h249 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function
250 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAIX.cpp179 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
H A DMinGW.cpp203 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
H A DMSVC.cpp427 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp80 getLibraryPaths().push_back(RuntimePath); in ToolChain()
465 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
H A DDriver.cpp5105 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()