Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h124 SmallString<0> OCML; variable
151 return !OCML.empty() && !OCKL.empty() && !OpenCL.empty() && !HIP.empty() && in allGenericLibsValid()
218 assert(!OCML.empty()); in getOCMLPath()
219 return OCML; in getOCMLPath()
H A DAMDGPU.cpp99 OCML = FilePath; in scanLibDevicePath()