Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp448 SmallVector<Candidate, 4> HIPSearchDirs; in detectHIPRuntime() local
450 HIPSearchDirs.emplace_back(HIPPathArg.str()); in detectHIPRuntime()
454 HIPSearchDirs.emplace_back(std::move(*HIPPathEnv)); in detectHIPRuntime()
456 if (HIPSearchDirs.empty()) in detectHIPRuntime()
457 HIPSearchDirs.append(getInstallationPathCandidates()); in detectHIPRuntime()
460 for (const auto &Candidate : HIPSearchDirs) { in detectHIPRuntime()