Searched refs:LibraryPaths (Results 1 – 3 of 3) sorted by relevance
367 ArgStringList LibraryPaths; in getHIPDeviceLibs() local371 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getHIPDeviceLibs()373 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getHIPDeviceLibs()380 for (std::string LibraryPath : LibraryPaths) { in getHIPDeviceLibs()
1687 SmallVector<StringRef, 8> LibraryPaths; in addOpenMPDeviceRTL() local1696 LibraryPaths.emplace_back(Path.trim()); in addOpenMPDeviceRTL()1702 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in addOpenMPDeviceRTL()1725 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL()
131 path_list LibraryPaths; variable249 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths()250 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()