Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.h167 std::string CudaLibDevicePath; variable
187 StringRef getLibDevicePath() const { return CudaLibDevicePath; } in getLibDevicePath()
DToolChains.cpp1656 CudaLibDevicePath = CudaInstallPath + "/nvvm/libdevice"; in init()
1662 D.getVFS().exists(CudaLibDevicePath))) in init()
1666 for (llvm::sys::fs::directory_iterator LI(CudaLibDevicePath, EC), LE; in init()