Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp342 HIPRocPrimPathArg = in RocmInstallationDetector()
344 HasRocPrimLibrary = !HIPRocPrimPathArg.empty() && in RocmInstallationDetector()
345 D.getVFS().exists(HIPRocPrimPathArg + "/rocprim"); in RocmInstallationDetector()
587 PrimPath = DriverArgs.MakeArgString(HIPRocPrimPathArg); in AddHIPIncludeArgs()
H A DROCm.h108 StringRef HIPRocPrimPathArg; variable