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

References

tools/clang/lib/Driver/ToolChains/Cuda.cpp
   71     : D(D) {
   90           D.SysRoot + "/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v" +
  114     Candidates.emplace_back(D.SysRoot + "/usr/local/cuda");
  116       Candidates.emplace_back(D.SysRoot + "/usr/local/cuda-" + Ver);
  118     if (Distro(D.getVFS()).IsDebian() || Distro(D.getVFS()).IsUbuntu())
  118     if (Distro(D.getVFS()).IsDebian() || Distro(D.getVFS()).IsUbuntu())
  121       Candidates.emplace_back(D.SysRoot + "/usr/lib/cuda");
  128     if (InstallPath.empty() || !D.getVFS().exists(InstallPath))
  135     auto &FS = D.getVFS();