Searched refs:RocmPathArg (Results 1 – 2 of 2) sorted by relevance
67 StringRef RocmPathArg; variable206 StringRef getRocmPathArg() const { return RocmPathArg; } in getRocmPathArg()
114 if (!RocmPathArg.empty()) { in getInstallationPathCandidates()115 Candidates.emplace_back(RocmPathArg.str()); in getInstallationPathCandidates()153 RocmPathArg = Args.getLastArgValue(clang::driver::options::OPT_rocm_path_EQ); in RocmInstallationDetector()