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

References

tools/clang/lib/Driver/ToolChains/Linux.cpp
  281   if (IsMips && !SysRoot.empty())
  282     ExtraOpts.push_back("--sysroot=" + SysRoot);
  318   const std::string MultiarchTriple = getMultiarchTriple(D, Triple, SysRoot);
  366     if (StringRef(LibPath).startswith(SysRoot)) {
  377   if (StringRef(D.Dir).startswith(SysRoot)) {
  382   addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths);
  383   addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths);
  394                     SysRoot + "/usr/lib/" + MultiarchTriple + "/" +
  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);
  418                     SysRoot + "/usr/lib/" + GCCInstallation.getTriple().str() +
  441     if (StringRef(LibPath).startswith(SysRoot))
  450   if (StringRef(D.Dir).startswith(SysRoot))
  453   addPathIfExists(D, SysRoot + "/lib", Paths);
  454   addPathIfExists(D, SysRoot + "/usr/lib", Paths);