Searched refs:getLibraryPaths (Results 1 – 8 of 8) sorted by relevance
150 getLibraryPaths().clear(); in OHOS()153 getLibraryPaths().push_back(Path); in OHOS()
255 getLibraryPaths().push_back(std::string(Dir)); in BareMetal()651 for (const auto &LibPath : TC.getLibraryPaths()) in ConstructJob()
367 getLibraryPaths().push_back(getDriver().SysRoot + "/usr/lib"); in AIX()
252 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
157 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob()
296 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function297 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
100 getLibraryPaths().push_back(*Path); in ToolChain()771 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()
6545 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()