Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp218 StringRef HipPath = DriverArgs.getLastArgValue(options::OPT_hip_path_EQ); in getDeviceLibs() local
219 if (!HipPath.empty()) { in getDeviceLibs()
220 SmallString<128> Path(HipPath); in getDeviceLibs()