Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp46 std::string Prefix = Twine(PackageName + "-" + Cand.SPACKReleaseStr).str(); in findSPACKPackage()
191 llvm::errs() << " (Spack " << Cand.SPACKReleaseStr << ")"; in getInstallationPathCandidates()
236 auto SPACKReleaseStr = SPACKPostfix.first; in getInstallationPathCandidates() local
237 if (!SPACKReleaseStr.empty()) { in getInstallationPathCandidates()
240 SPACKReleaseStr); in getInstallationPathCandidates()