Home | History | Annotate | Download | only in Driver

Lines Matching refs:LibDir

1032       const std::string LibDir = Prefixes[i] + CandidateLibDirs[j].str();
1033 if (!llvm::sys::fs::exists(LibDir))
1036 ScanLibDirForGCCTriple(TargetArch, Args, LibDir,
1040 const std::string LibDir = Prefixes[i] + CandidateBiarchLibDirs[j].str();
1041 if (!llvm::sys::fs::exists(LibDir))
1045 ScanLibDirForGCCTriple(TargetArch, Args, LibDir,
1360 const std::string &LibDir, StringRef CandidateTriple,
1394 for (llvm::sys::fs::directory_iterator LI(LibDir + LibSuffix, EC), LE;
1427 GCCInstallPath = LibDir + LibSuffixes[i] + "/" + VersionText.str();
2292 // as part of the toolchain under <prefix>/<triple>/<libdir> rather than as
2294 // <prefix>/<libdir>/gcc/<triple>/<version>. This decision is somewhat
2304 // <prefix>/<triple>/<libdir> unless they should be preferred over
2578 StringRef LibDir = GCCInstallation.getParentLibPath();
2584 LibDir.str() + "/../include", "/c++/" + Version.str(), TripleStr,
2593 LibDir.str() + "/../" + TripleStr.str() + "/include/c++/" + Version.str(),
2596 LibDir.str() + "/../include/c++",