Home | History | Annotate | Download | only in Driver

Lines Matching defs:LibDir

1268       const std::string LibDir = Prefixes[i] + CandidateLibDirs[j].str();
1269 if (!llvm::sys::fs::exists(LibDir))
1272 ScanLibDirForGCCTriple(TargetTriple, Args, LibDir,
1276 const std::string LibDir = Prefixes[i] + CandidateBiarchLibDirs[j].str();
1277 if (!llvm::sys::fs::exists(LibDir))
1281 ScanLibDirForGCCTriple(TargetTriple, Args, LibDir,
2070 const std::string &LibDir, StringRef CandidateTriple,
2105 for (llvm::sys::fs::directory_iterator LI(LibDir + LibSuffix, EC), LE;
2137 GCCInstallPath = LibDir + LibSuffixes[i] + "/" + VersionText.str();
3151 // as part of the toolchain under <prefix>/<triple>/<libdir> rather than as
3153 // <prefix>/<libdir
3163 // <prefix>/<triple>/<libdir> unless they should be preferred over
3496 StringRef LibDir = GCCInstallation.getParentLibPath();
3502 if (addLibStdCXXIncludePaths(LibDir.str() + "/../include",
3514 LibDir.str() + "/../" + TripleStr.str() + "/include/c++/" + Version.Text,
3517 LibDir.str() + "/../include/c++",