Lines Matching full:libdir
1042 const std::string LibDir = Prefixes[i] + CandidateLibDirs[j].str();
1043 if (!llvm::sys::fs::exists(LibDir))
1046 ScanLibDirForGCCTriple(TargetArch, Args, LibDir,
1050 const std::string LibDir
1052 if (!llvm::sys::fs::exists(LibDir))
1056 ScanLibDirForGCCTriple(TargetArch, Args, LibDir,
1285 const std::string &LibDir,
1316 for (llvm::sys::fs::directory_iterator LI(LibDir + LibSuffix, EC), LE;
1347 GCCInstallPath = LibDir + LibSuffixes[i] + "/" + VersionText.str();
2460 StringRef LibDir = GCCInstallation.getParentLibPath();
2465 if (addLibStdCXXIncludePaths(LibDir.str() + "/../include",
2477 LibDir.str() + "/../" + TripleStr.str() + "/include/c++/" + Version.str(),
2480 LibDir.str() + "/../include/c++",