Searched refs:getLibraryPaths (Results 1 – 4 of 4) sorted by relevance
82 getLibraryPaths().push_back(P.str()); in ToolChain()87 getLibraryPaths().push_back(P.str()); in ToolChain()377 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT()780 for (const auto &LibPath : getLibraryPaths()) in AddFilePathLibArgs()
4404 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()
221 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() function222 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths() function
546 for (const auto &LibPath : TC.getLibraryPaths()) { in addSanitizerLibPath()