Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp127 const StringRef DeviceLibPrefix = "oclc_isa_version_"; in scanLibDevicePath() local
128 if (!BaseName.startswith(DeviceLibPrefix)) in scanLibDevicePath()
132 BaseName.drop_front(DeviceLibPrefix.size()); in scanLibDevicePath()