Searched refs:addPathIfExists (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 3676 static void addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() function 3692 addPathIfExists(D, GCCInstallation.getInstallPath(), Paths); in Solaris() 3694 addPathIfExists(D, getDriver().getInstalledDir(), Paths); in Solaris() 3696 addPathIfExists(D, getDriver().Dir, Paths); in Solaris() 3698 addPathIfExists(D, getDriver().SysRoot + getDriver().Dir + "/../lib", Paths); in Solaris() 3715 addPathIfExists(D, getDriver().SysRoot + LibPath, Paths); in Solaris() 4035 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths() 4123 addPathIfExists(D, GCCInstallation.getInstallPath() + Multilib.gccSuffix(), in Linux() 4144 addPathIfExists(D, LibPath + "/../" + GCCTriple.str() + "/lib/../" + in Linux() 4158 addPathIfExists(D, LibPath + "/" + MultiarchTriple, Paths); in Linux() [all …]
|