Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp136 const StringRef DeviceLibPrefix = "oclc_isa_version_"; in scanLibDevicePath() local
137 if (!BaseName.starts_with(DeviceLibPrefix)) in scanLibDevicePath()
141 BaseName.drop_front(DeviceLibPrefix.size()); in scanLibDevicePath()