Searched refs:getLibraryPaths (Results 1 – 6 of 6) sorted by relevance
249 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function250 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
179 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
203 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
427 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
80 getLibraryPaths().push_back(RuntimePath); in ToolChain()465 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
5105 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()