Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp210 ArgStringList LibraryPaths; in getDeviceLibs() local
216 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs()
222 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs()
225 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
232 for (std::string LibraryPath : LibraryPaths) { in getDeviceLibs()
247 for (auto *LibPath : LibraryPaths) { in getDeviceLibs()
H A DHIPAMD.cpp357 ArgStringList LibraryPaths; in getDeviceLibs() local
361 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs()
363 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
370 for (StringRef LibraryPath : LibraryPaths) { in getDeviceLibs()
H A DCommonArgs.cpp2416 for (auto LPath : LibraryPaths) { in SDLSearch()
2459 for (auto LPath : LibraryPaths) { in GetSDLFromOffloadArchive()
2585 SmallVector<std::string, 8> LibraryPaths; in AddStaticDeviceLibs() local
2594 LibraryPaths.emplace_back(Path.trim()); in AddStaticDeviceLibs()
2599 LibraryPaths.emplace_back(Search_Dir); in AddStaticDeviceLibs()
2604 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()
2641 LibraryPaths, SDLName, Arch, Target, in AddStaticDeviceLibs()
2721 SmallVector<StringRef, 8> LibraryPaths; in addOpenMPDeviceRTL() local
2726 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in addOpenMPDeviceRTL()
2736 LibraryPaths.emplace_back(Path.trim()); in addOpenMPDeviceRTL()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h145 path_list LibraryPaths; variable
284 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths()
285 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()