Lines Matching refs:LibraryPaths
1893 SmallVector<std::string, 8> LibraryPaths, std::string Lib, in SDLSearch() argument
1950 for (auto LPath : LibraryPaths) { in SDLSearch()
1974 llvm::opt::ArgStringList &CC1Args, SmallVector<std::string, 8> LibraryPaths, in GetSDLFromOffloadArchive() argument
1996 for (auto LPath : LibraryPaths) { in GetSDLFromOffloadArchive()
2125 SmallVector<std::string, 8> LibraryPaths; in AddStaticDeviceLibs() local
2134 LibraryPaths.emplace_back(Path.trim()); in AddStaticDeviceLibs()
2139 LibraryPaths.emplace_back(Search_Dir); in AddStaticDeviceLibs()
2144 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()
2178 if (!SDLSearch(D, DriverArgs, CC1Args, LibraryPaths, SDLName, Arch, Target, in AddStaticDeviceLibs()
2181 LibraryPaths, SDLName, Arch, Target, in AddStaticDeviceLibs()
2285 SmallVector<StringRef, 8> LibraryPaths; in addOpenMPDeviceRTL() local
2290 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in addOpenMPDeviceRTL()
2300 LibraryPaths.emplace_back(Path.trim()); in addOpenMPDeviceRTL()
2329 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL()