Searched refs:getLibraryPaths (Results 1 – 7 of 7) sorted by relevance
106 getLibraryPaths().push_back(std::string(SysRoot)); in BareMetal()322 for (const auto &LibPath : TC.getLibraryPaths()) in ConstructJob()
292 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
232 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
144 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
275 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function276 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
86 addIfExists(getLibraryPaths(), Path); in ToolChain()549 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
5912 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()