Searched refs:LibraryPaths (Results 1 – 3 of 3) sorted by relevance
366 ArgStringList LibraryPaths; in getHIPDeviceLibs() local370 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()
1682 SmallVector<StringRef, 8> LibraryPaths; in addOpenMPDeviceRTL() local1691 LibraryPaths.emplace_back(Path.trim()); in addOpenMPDeviceRTL()1697 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in addOpenMPDeviceRTL()1720 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()