Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DROCm.h114 SmallString<0> OCML; variable
141 return !OCML.empty() && !OCKL.empty() && !OpenCL.empty() && !HIP.empty() && in allGenericLibsValid()
205 assert(!OCML.empty()); in getOCMLPath()
206 return OCML; in getOCMLPath()
H A DAMDGPU.cpp98 OCML = FilePath; in scanLibDevicePath()