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

References

tools/clang/lib/Driver/ToolChains/Linux.cpp
  327                           GCCInstallation.getInstallPath(), Paths);
  333         Paths);
  355                     Paths);
  367       addPathIfExists(D, LibPath + "/" + MultiarchTriple, Paths);
  368       addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths);
  378     addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths);
  379     addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
  382   addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths);
  383   addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths);
  396                     Paths);
  399   addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths);
  405     addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths);
  407     addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths);
  410     addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths);
  411     addPathIfExists(D, SysRoot + "/usr/" + OSLibDir + "/" + ABIName, Paths);
  420                     Paths);
  427                       Paths);
  437                     Paths);
  442       addPathIfExists(D, LibPath, Paths);
  451     addPathIfExists(D, D.Dir + "/../lib", Paths);
  453   addPathIfExists(D, SysRoot + "/lib", Paths);
  454   addPathIfExists(D, SysRoot + "/usr/lib", Paths);