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