Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp222 StringRef HipPath = DriverArgs.getLastArgValue(options::OPT_hip_path_EQ); in getDeviceLibs() local
223 if (!HipPath.empty()) { in getDeviceLibs()
224 SmallString<128> Path(HipPath); in getDeviceLibs()