Home | History | Annotate | Download | only in ToolChains

Lines Matching refs:addPathIfExists

22 using tools::addPathIfExists;
96 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths);
97 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
100 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths);
101 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths);
103 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths);
104 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths);
114 addPathIfExists(D, D.Dir + "/../lib", Paths);
116 addPathIfExists(D, SysRoot + "/lib", Paths);
117 addPathIfExists(D, SysRoot + "/usr/lib", Paths);