Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DROCm.h74 StringRef RocmPathArg; variable
234 StringRef getRocmPathArg() const { return RocmPathArg; } in getRocmPathArg()
H A DAMDGPU.cpp189 if (!RocmPathArg.empty()) { in getInstallationPathCandidates()
190 ROCmSearchDirs.emplace_back(RocmPathArg.str()); in getInstallationPathCandidates()
306 RocmPathArg = Args.getLastArgValue(clang::driver::options::OPT_rocm_path_EQ); in RocmInstallationDetector()