Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp149 getLibraryPaths().clear(); in OHOS()
152 getLibraryPaths().push_back(Path); in OHOS()
H A DBareMetal.cpp114 getLibraryPaths().push_back(std::string(Dir)); in BareMetal()
459 for (const auto &LibPath : TC.getLibraryPaths()) in ConstructJob()
H A DAIX.cpp351 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
H A DMinGW.cpp234 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
H A DMSVC.cpp144 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h284 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function
285 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp90 getLibraryPaths().push_back(*Path); in ToolChain()
658 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
H A DDriver.cpp6102 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()