Lines Matching defs:LibraryPaths
2429 const SmallVectorImpl<std::string> &LibraryPaths,
2486 for (auto LPath : LibraryPaths) {
2509 const SmallVectorImpl<std::string> &LibraryPaths, StringRef Lib,
2529 for (auto LPath : LibraryPaths) {
2655 SmallVector<std::string, 8> LibraryPaths;
2664 LibraryPaths.emplace_back(Path.trim());
2669 LibraryPaths.emplace_back(Search_Dir);
2674 LibraryPaths.emplace_back(DefaultLibPath.c_str());
2708 if (!SDLSearch(D, DriverArgs, CC1Args, LibraryPaths, SDLName, Arch, Target,
2711 LibraryPaths, SDLName, Arch, Target,
2817 SmallVector<StringRef, 8> LibraryPaths;
2827 LibraryPaths.emplace_back(Path.trim());
2832 LibraryPaths.emplace_back(LibPath);
2862 for (StringRef LibraryPath : LibraryPaths) {