reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
71 const std::string MultiarchTriple = getMultiarchTriple(D, Triple, SysRoot); 77 if (StringRef(D.Dir).startswith(SysRoot)) { 82 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); 83 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); 85 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); 86 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); 92 if (StringRef(D.Dir).startswith(SysRoot)) 95 addPathIfExists(D, SysRoot + "/lib", Paths); 96 addPathIfExists(D, SysRoot + "/usr/lib", Paths);