Lines Matching refs:LibraryPaths
1702 SmallVector<std::string, 8> LibraryPaths, std::string Lib, in SDLSearch() argument
1759 for (auto LPath : LibraryPaths) { in SDLSearch()
1784 llvm::opt::ArgStringList &CC1Args, SmallVector<std::string, 8> LibraryPaths, in GetSDLFromOffloadArchive() argument
1795 for (auto LPath : LibraryPaths) { in GetSDLFromOffloadArchive()
1930 SmallVector<std::string, 8> LibraryPaths; in AddStaticDeviceLibs() local
1939 LibraryPaths.emplace_back(Path.trim()); in AddStaticDeviceLibs()
1944 LibraryPaths.emplace_back(Search_Dir); in AddStaticDeviceLibs()
1949 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()
1968 if (!SDLSearch(D, DriverArgs, CC1Args, LibraryPaths, SDLName, Arch, Target, in AddStaticDeviceLibs()
1971 LibraryPaths, SDLName, Arch, Target, in AddStaticDeviceLibs()
2073 SmallVector<StringRef, 8> LibraryPaths; in addOpenMPDeviceRTL() local
2078 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in addOpenMPDeviceRTL()
2088 LibraryPaths.emplace_back(Path.trim()); in addOpenMPDeviceRTL()
2117 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL()