Searched refs:LibraryPaths (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | HIPSPV.cpp | 214 ArgStringList LibraryPaths; in getDeviceLibs() local 220 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs() 226 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs() 229 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs() 236 for (std::string LibraryPath : LibraryPaths) { in getDeviceLibs() 251 for (auto *LibPath : LibraryPaths) { in getDeviceLibs()
|
H A D | HIPAMD.cpp | 344 ArgStringList LibraryPaths; in getDeviceLibs() local 348 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs() 350 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs() 357 for (StringRef LibraryPath : LibraryPaths) { in getDeviceLibs()
|
H A D | CommonArgs.cpp | 1950 for (auto LPath : LibraryPaths) { in SDLSearch() 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() 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() [all …]
|
H A D | CommonArgs.h | 76 SmallVector<std::string, 8> LibraryPaths, std::string Lib, 84 SmallVector<std::string, 8> LibraryPaths,
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | ToolChain.h | 144 path_list LibraryPaths; variable 275 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() 276 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()
|
/openbsd/gnu/llvm/clang/tools/clang-linker-wrapper/ |
H A D | ClangLinkerWrapper.cpp | 1264 SmallVector<StringRef> LibraryPaths; in getDeviceInput() local 1266 LibraryPaths.push_back(Arg->getValue()); in getDeviceInput() 1277 ? searchLibrary(Arg->getValue(), Root, LibraryPaths) in getDeviceInput()
|