Home
last modified time | relevance | path

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

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