Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp3077 static void addPathIfExists(Twine Path, ToolChain::path_list &Paths) { in addPathIfExists() function
3192 addPathIfExists((GCCInstallation.getInstallPath() + in Linux()
3214 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib/../" + OSLibDir + in Linux()
3228 addPathIfExists(LibPath + "/" + MultiarchTriple, Paths); in Linux()
3229 addPathIfExists(LibPath + "/../" + OSLibDir, Paths); in Linux()
3239 addPathIfExists(D.Dir + "/../lib/" + MultiarchTriple, Paths); in Linux()
3240 addPathIfExists(D.Dir + "/../" + OSLibDir, Paths); in Linux()
3243 addPathIfExists(SysRoot + "/lib/" + MultiarchTriple, Paths); in Linux()
3244 addPathIfExists(SysRoot + "/lib/../" + OSLibDir, Paths); in Linux()
3245 addPathIfExists(SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Linux()
[all …]