Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/ !
H A DROCm.h68 std::string SPACKReleaseStr; member
70 bool isSPACK() const { return !SPACKReleaseStr.empty(); } in isSPACK()
72 StringRef SPACKReleaseStr = {})
74 SPACKReleaseStr(SPACKReleaseStr.str()) {} in Path()
H A DAMDGPU.cpp47 std::string Prefix = Twine(PackageName + "-" + Cand.SPACKReleaseStr).str(); in findSPACKPackage()
192 llvm::errs() << " (Spack " << Cand.SPACKReleaseStr << ")"; in getInstallationPathCandidates()
237 auto SPACKReleaseStr = SPACKPostfix.first; in getInstallationPathCandidates() local
238 if (!SPACKReleaseStr.empty()) { in getInstallationPathCandidates()
241 SPACKReleaseStr); in getInstallationPathCandidates()