Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h127 SmallString<0> OCML; variable
153 return !OCML.empty() && !OCKL.empty() && !OpenCL.empty() && in allGenericLibsValid()
219 assert(!OCML.empty()); in getOCMLPath()
220 return OCML; in getOCMLPath()
H A DAMDGPU.cpp56 OCML = FilePath; in scanLibDevicePath()