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

References

tools/clang/lib/Driver/ToolChains/Linux.cpp
  354                            OSLibDir + SelectedMultilib.osSuffix(),
  368       addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths);
  379     addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
  383   addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, 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);
  419                         "/../../" + OSLibDir,