Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp1671 const StringRef LibDeviceName = "libdevice."; in init() local
1672 if (!(FileName.startswith(LibDeviceName) && FileName.endswith(".bc"))) in init()
1675 LibDeviceName.size(), FileName.find('.', LibDeviceName.size())); in init()