reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Cuda.cpp
  133     LibDevicePath = InstallPath + "/nvvm/libdevice";
  139     if (CheckLibDevice && !FS.exists(LibDevicePath))
  167       std::string FilePath = LibDevicePath + "/libdevice.10.bc";
  180       for (llvm::sys::fs::directory_iterator LI(LibDevicePath, EC), LE;
tools/clang/lib/Driver/ToolChains/Cuda.h
   73   StringRef getLibDevicePath() const { return LibDevicePath; }