Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp214 ArgStringList LibraryPaths; in getHIPDeviceLibs() local
220 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getHIPDeviceLibs()
226 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getHIPDeviceLibs()
229 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getHIPDeviceLibs()
236 for (std::string LibraryPath : LibraryPaths) { in getHIPDeviceLibs()
251 for (auto *LibPath : LibraryPaths) { in getHIPDeviceLibs()
H A DHIPAMD.cpp339 ArgStringList LibraryPaths; in getHIPDeviceLibs() local
343 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getHIPDeviceLibs()
345 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getHIPDeviceLibs()
352 for (std::string LibraryPath : LibraryPaths) { in getHIPDeviceLibs()
H A DCommonArgs.cpp1759 for (auto LPath : LibraryPaths) { in SDLSearch()
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()
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()
[all …]
H A DCommonArgs.h73 SmallVector<std::string, 8> LibraryPaths, std::string Lib,
81 SmallVector<std::string, 8> LibraryPaths,
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h138 path_list LibraryPaths; variable
263 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths()
264 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp1412 SmallVector<StringRef> LibraryPaths; in getDeviceInput() local
1414 LibraryPaths.push_back(Arg->getValue()); in getDeviceInput()
1438 if (auto Library = searchLibrary(Arg->getValue(), Root, LibraryPaths)) { in getDeviceInput()