Lines Matching defs:LibraryPaths
2363 const SmallVectorImpl<std::string> &LibraryPaths,
2420 for (auto LPath : LibraryPaths) {
2443 const SmallVectorImpl<std::string> &LibraryPaths, StringRef Lib,
2463 for (auto LPath : LibraryPaths) {
2589 SmallVector<std::string, 8> LibraryPaths;
2598 LibraryPaths.emplace_back(Path.trim());
2603 LibraryPaths.emplace_back(Search_Dir);
2608 LibraryPaths.emplace_back(DefaultLibPath.c_str());
2642 if (!SDLSearch(D, DriverArgs, CC1Args, LibraryPaths, SDLName, Arch, Target,
2645 LibraryPaths, SDLName, Arch, Target,
2732 SmallVector<StringRef, 8> LibraryPaths;
2742 LibraryPaths.emplace_back(Path.trim());
2747 LibraryPaths.emplace_back(LibPath);
2775 for (StringRef LibraryPath : LibraryPaths) {