Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp181 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
H A DMinGW.cpp206 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
H A DMSVC.cpp428 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp80 getLibraryPaths().push_back(RuntimePath); in ToolChain()
468 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
H A DDriver.cpp5127 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()