Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.h37 std::string LibDevicePath; variable
74 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
H A DCuda.cpp132 LibDevicePath = InstallPath + "/nvvm/libdevice"; in CudaInstallationDetector()
138 if (CheckLibDevice && !FS.exists(LibDevicePath)) in CudaInstallationDetector()
166 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector()
179 for (llvm::sys::fs::directory_iterator LI(LibDevicePath, EC), LE; in CudaInstallationDetector()