Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.h171 std::string LibDevicePath; variable
205 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
DToolChains.cpp1775 LibDevicePath = InstallPath + "/nvvm/libdevice"; in init()
1780 FS.exists(LibDevicePath))) in init()
1784 for (llvm::sys::fs::directory_iterator LI(LibDevicePath, EC), LE; in init()