Searched refs:hipPath (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp47 StringRef hipPath = Args.getLastArgValue(options::OPT_hip_path_EQ); local
48 if (!hipPath.empty()) {
49 SmallString<128> PluginPath(hipPath);
53 PluginPath.assign(hipPath);
194 StringRef hipPath = DriverArgs.getLastArgValue(options::OPT_hip_path_EQ);
195 if (hipPath.empty()) {
199 SmallString<128> P(hipPath);

Completed in 51 milliseconds