Lines Matching refs:Cand
42 RocmInstallationDetector::findSPACKPackage(const Candidate &Cand, in findSPACKPackage() argument
44 if (!Cand.isSPACK()) in findSPACKPackage()
47 std::string Prefix = Twine(PackageName + "-" + Cand.SPACKReleaseStr).str(); in findSPACKPackage()
49 for (llvm::vfs::directory_iterator File = D.getVFS().dir_begin(Cand.Path, EC), in findSPACKPackage()
60 auto PackagePath = Cand.Path; in findSPACKPackage()
65 llvm::errs() << "SPACK package " << Prefix << " not found at " << Cand.Path in findSPACKPackage()
71 llvm::errs() << "Cannot use SPACK package " << Prefix << " at " << Cand.Path in findSPACKPackage()
189 for (auto Cand : ROCmSearchDirs) { in getInstallationPathCandidates() local
191 if (Cand.isSPACK()) in getInstallationPathCandidates()
192 llvm::errs() << " (Spack " << Cand.SPACKReleaseStr << ")"; in getInstallationPathCandidates()
193 llvm::errs() << ": " << Cand.Path << '\n'; in getInstallationPathCandidates()