Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp150 getLibraryPaths().clear(); in OHOS()
153 getLibraryPaths().push_back(Path); in OHOS()
H A DBareMetal.cpp255 getLibraryPaths().push_back(std::string(Dir)); in BareMetal()
651 for (const auto &LibPath : TC.getLibraryPaths()) in ConstructJob()
H A DAIX.cpp367 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
H A DMinGW.cpp252 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
H A DMSVC.cpp157 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h296 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function
297 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp100 getLibraryPaths().push_back(*Path); in ToolChain()
771 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
H A DDriver.cpp6545 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()