Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DROCm.h113 SmallString<0> OCML; variable
140 return !OCML.empty() && !OCKL.empty() && !OpenCL.empty() && !HIP.empty() && in allGenericLibsValid()
204 assert(!OCML.empty()); in getOCMLPath()
205 return OCML; in getOCMLPath()
H A DAMDGPU.cpp96 OCML = FilePath; in scanLibDevicePath()