Home
last modified time | relevance | path

Searched refs:addPathIfExists (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Driver/
DToolChains.cpp3284 static void addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() function
3300 addPathIfExists(D, GCCInstallation.getInstallPath(), Paths); in Solaris()
3302 addPathIfExists(D, getDriver().getInstalledDir(), Paths); in Solaris()
3304 addPathIfExists(D, getDriver().Dir, Paths); in Solaris()
3306 addPathIfExists(D, getDriver().SysRoot + getDriver().Dir + "/../lib", Paths); in Solaris()
3323 addPathIfExists(D, getDriver().SysRoot + LibPath, Paths); in Solaris()
3710 addPathIfExists(D, GCCInstallation.getInstallPath() + Multilib.gccSuffix(), in Linux()
3731 addPathIfExists(D, LibPath + "/../" + GCCTriple.str() + "/lib/../" + in Linux()
3745 addPathIfExists(D, LibPath + "/" + MultiarchTriple, Paths); in Linux()
3746 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in Linux()
[all …]