Searched refs:getLibraryPaths (Results 1 – 6 of 6) sorted by relevance
263 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function264 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
202 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
211 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
145 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
85 addIfExists(getLibraryPaths(), Path); in ToolChain()516 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
5832 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()