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

/external/clang/lib/Driver/
H A DToolChains.cpp3308 std::string LibPath = "/usr/lib/"; local
3314 LibPath += "amd64/";
3317 LibPath += "sparcv9/";
3323 addPathIfExists(D, getDriver().SysRoot + LibPath, Paths);
3705 const std::string &LibPath = GCCInstallation.getParentLibPath(); local
3731 addPathIfExists(D, LibPath + "/../" + GCCTriple.str() + "/lib/../" +
3744 if (StringRef(LibPath).startswith(SysRoot)) {
3745 addPathIfExists(D, LibPath + "/" + MultiarchTriple, Paths);
3746 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths);
3783 const std::string &LibPath local
[all...]

Completed in 118 milliseconds