reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
175 : Generic_ELF(D, Triple, Args) { 184 addPathIfExists(D, 188 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths); 193 if (StringRef(D.Dir).startswith(D.SysRoot)) 193 if (StringRef(D.Dir).startswith(D.SysRoot)) 194 addPathIfExists(D, D.Dir + "/../lib", Paths); 194 addPathIfExists(D, D.Dir + "/../lib", Paths); 196 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths); 196 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths);