Searched defs:addPathIfExists (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.cpp2094 static void addPathIfExists(Twine Path, ToolChain::path_list &Paths) { function
2206 addPathIfExists(GCCInstallation.getInstallPath() +
2211 addPathIfExists((GCCInstallation.getInstallPath() +
2223 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib/../" + Multilib,
2225 addPathIfExists(LibPath + "/" + MultiarchTriple, Paths);
2226 addPathIfExists(LibPath + "/../" + Multilib, Paths);
2231 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib", Paths);
2234 addPathIfExists(SysRoot + "/lib/" + MultiarchTriple, Paths);
2235 addPathIfExists(SysRoot + "/lib/../" + Multilib, Paths);
2236 addPathIfExists(SysRoo
[all...]

Completed in 207 milliseconds