Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp466 auto SPACKPath = findSPACKPackage(Candidate, "hip"); in detectHIPRuntime() local
467 InstallPath = SPACKPath.empty() ? InstallPath : SPACKPath; in detectHIPRuntime()