Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHIP.cpp366 ArgStringList LibraryPaths; in getHIPDeviceLibs() local
370 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getHIPDeviceLibs()
372 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getHIPDeviceLibs()
379 for (std::string LibraryPath : LibraryPaths) { in getHIPDeviceLibs()
H A DCommonArgs.cpp1682 SmallVector<StringRef, 8> LibraryPaths; in addOpenMPDeviceRTL() local
1691 LibraryPaths.emplace_back(Path.trim()); in addOpenMPDeviceRTL()
1697 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in addOpenMPDeviceRTL()
1720 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h131 path_list LibraryPaths; variable
249 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths()
250 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()