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.cpp149 getLibraryPaths().clear(); in OHOS()
152 getLibraryPaths().push_back(Path); in OHOS()
H A DBareMetal.cpp112 getLibraryPaths().push_back(std::string(Dir)); in BareMetal()
495 for (const auto &LibPath : TC.getLibraryPaths()) in ConstructJob()
H A DAIX.cpp351 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
H A DMinGW.cpp237 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
H A DMSVC.cpp153 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h292 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function
293 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp99 getLibraryPaths().push_back(*Path); in ToolChain()
683 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
H A DDriver.cpp6186 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()