Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DAMDGPU.cpp76 const StringRef DeviceLibPrefix = "oclc_isa_version_"; in scanLibDevicePath() local
77 if (!BaseName.startswith(DeviceLibPrefix)) in scanLibDevicePath()
81 BaseName.drop_front(DeviceLibPrefix.size()); in scanLibDevicePath()