Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DROCm.h48 std::string SPACKReleaseStr; member
50 bool isSPACK() const { return !SPACKReleaseStr.empty(); } in isSPACK()
52 StringRef SPACKReleaseStr = {})
54 SPACKReleaseStr(SPACKReleaseStr.str()) {} in Path()
H A DAMDGPU.cpp44 std::string Prefix = Twine(PackageName + "-" + Cand.SPACKReleaseStr).str(); in findSPACKPackage()
182 llvm::errs() << " (Spack " << Cand.SPACKReleaseStr << ")"; in getInstallationPathCandidates()
226 auto SPACKReleaseStr = SPACKPostfix.first; in getInstallationPathCandidates() local
227 if (!SPACKReleaseStr.empty()) { in getInstallationPathCandidates()
230 SPACKReleaseStr); in getInstallationPathCandidates()