Lines Matching defs:LibDir
2285 const std::string LibDir = concat(Prefix, Suffix);
2286 if (!VFS.exists(LibDir))
2289 bool GCCDirExists = VFS.exists(LibDir + "/gcc");
2290 bool GCCCrossDirExists = VFS.exists(LibDir + "/gcc-cross");
2292 ScanLibDirForGCCTriple(TargetTriple, Args, LibDir, Candidate, false,
2296 const std::string LibDir = Prefix + Suffix.str();
2297 if (!VFS.exists(LibDir))
2299 bool GCCDirExists = VFS.exists(LibDir + "/gcc");
2300 bool GCCCrossDirExists = VFS.exists(LibDir + "/gcc-cross");
2302 ScanLibDirForGCCTriple(TargetTriple, Args, LibDir, Candidate, true,
2855 const std::string &LibDir, StringRef CandidateTriple,
2889 LI = D.getVFS().dir_begin(LibDir + "/" + LibSuffix, EC),
2911 GCCInstallPath = (LibDir + "/" + LibSuffix + "/" + VersionText).str();
3329 StringRef LibDir = GCCInstallation.getParentLibPath();
3337 LibDir.str() + "/../" + TripleStr + "/include/c++/" + Version.Text,
3344 if (addLibStdCXXIncludePaths(LibDir.str() + "/gcc/" + TripleStr + "/" +
3351 if (addLibStdCXXIncludePaths(LibDir.str() + "/../include/c++/" + Version.Text,
3357 if (addLibStdCXXIncludePaths(LibDir.str() + "/../include/c++/" + Version.Text,