Home
last modified time | relevance | path

Searched refs:LibraryPaths (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp209 ArgStringList LibraryPaths; in getDeviceLibs() local
215 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs()
221 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs()
224 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
232 for (std::string LibraryPath : LibraryPaths) { in getDeviceLibs()
249 for (auto *LibPath : LibraryPaths) { in getDeviceLibs()
H A DHIPAMD.cpp364 ArgStringList LibraryPaths; in getDeviceLibs() local
368 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs()
370 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
378 for (StringRef LibraryPath : LibraryPaths) { in getDeviceLibs()
H A DCommonArgs.cpp2513 const SmallVectorImpl<std::string> &LibraryPaths, in SDLSearch() argument
2570 for (auto LPath : LibraryPaths) { in SDLSearch()
2593 const SmallVectorImpl<std::string> &LibraryPaths, StringRef Lib, in GetSDLFromOffloadArchive() argument
2613 for (auto LPath : LibraryPaths) { in GetSDLFromOffloadArchive()
2737 SmallVector<std::string, 8> LibraryPaths; in AddStaticDeviceLibs() local
2746 LibraryPaths.emplace_back(Path.trim()); in AddStaticDeviceLibs()
2751 LibraryPaths.emplace_back(Search_Dir); in AddStaticDeviceLibs()
2756 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()
2790 if (!SDLSearch(D, DriverArgs, CC1Args, LibraryPaths, SDLName, Arch, Target, in AddStaticDeviceLibs()
2793 LibraryPaths, SDLName, Arch, Target, in AddStaticDeviceLibs()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h152 path_list LibraryPaths; variable
296 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths()
297 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()