Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp3030 static void addPathIfExists(Twine Path, ToolChain::path_list &Paths) { in addPathIfExists() function
3146 addPathIfExists((GCCInstallation.getInstallPath() + in Linux()
3168 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib/../" + OSLibDir + in Linux()
3182 addPathIfExists(LibPath + "/" + MultiarchTriple, Paths); in Linux()
3183 addPathIfExists(LibPath + "/../" + OSLibDir, Paths); in Linux()
3193 addPathIfExists(D.Dir + "/../lib/" + MultiarchTriple, Paths); in Linux()
3194 addPathIfExists(D.Dir + "/../" + OSLibDir, Paths); in Linux()
3197 addPathIfExists(SysRoot + "/lib/" + MultiarchTriple, Paths); in Linux()
3198 addPathIfExists(SysRoot + "/lib/../" + OSLibDir, Paths); in Linux()
3199 addPathIfExists(SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Linux()
[all …]