Lines Matching defs:SubdirName
419 if (SubdirName.empty()) {
420 SubdirName = getTriple().getArchName();
421 SubdirName += "-w64-mingw32";
430 SubdirName = std::string(CandidateSysroot);
458 const llvm::Triple &T, std::string &SubdirName) {
470 SubdirName = std::string(CandidateSubdir);
502 getDriver(), LiteralTriple, getTriple(), SubdirName))
518 TripleDirName = SubdirName;
524 std::string CandidateSubdir = SubdirName + "/sys-root/mingw";
526 SubdirName = CandidateSubdir;
529 (Base + SubdirName + llvm::sys::path::get_separator() + "lib").str());
533 (Base + SubdirName + llvm::sys::path::get_separator() + "mingw/lib").str());
694 Base + SubdirName + llvm::sys::path::get_separator() +
699 Base + SubdirName + llvm::sys::path::get_separator() + "usr/include");
778 Base + SubdirName + Slash + "include" + Slash + "c++" +
788 llvm::sys::path::append(CppIncludeBases[0], SubdirName, "include", "c++");
790 llvm::sys::path::append(CppIncludeBases[1], SubdirName, "include", "c++",
819 std::string SubdirName;
825 findClangRelativeSysroot(D, LiteralTriple, Triple, SubdirName))