Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp2161 static void addPathIfExists(Twine Path, ToolChain::path_list &Paths) { in addPathIfExists() function
2276 addPathIfExists(GCCInstallation.getInstallPath() + in Linux()
2280 addPathIfExists((GCCInstallation.getInstallPath() + in Linux()
2309 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib/../" + Multilib + in Linux()
2323 addPathIfExists(LibPath + "/" + MultiarchTriple, Paths); in Linux()
2324 addPathIfExists(LibPath + "/../" + Multilib, Paths); in Linux()
2327 addPathIfExists(SysRoot + "/lib/" + MultiarchTriple, Paths); in Linux()
2328 addPathIfExists(SysRoot + "/lib/../" + Multilib, Paths); in Linux()
2329 addPathIfExists(SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Linux()
2330 addPathIfExists(SysRoot + "/usr/lib/../" + Multilib, Paths); in Linux()
[all …]