Lines Matching defs:SubdirName
427 if (SubdirName.empty()) {
428 SubdirName = getTriple().getArchName();
429 SubdirName += "-w64-mingw32";
438 SubdirName = std::string(CandidateSysroot);
466 const llvm::Triple &T, std::string &SubdirName) {
478 SubdirName = std::string(CandidateSubdir);
510 getDriver(), LiteralTriple, getTriple(), SubdirName))
526 TripleDirName = SubdirName;
532 std::string CandidateSubdir = SubdirName + "/sys-root/mingw";
534 SubdirName = CandidateSubdir;
537 (Base + SubdirName + llvm::sys::path::get_separator() + "lib").str());
541 (Base + SubdirName + llvm::sys::path::get_separator() + "mingw/lib").str());
702 Base + SubdirName + llvm::sys::path::get_separator() +
707 Base + SubdirName + llvm::sys::path::get_separator() + "usr/include");
786 Base + SubdirName + Slash + "include" + Slash + "c++" +
796 llvm::sys::path::append(CppIncludeBases[0], SubdirName, "include", "c++");
798 llvm::sys::path::append(CppIncludeBases[1], SubdirName, "include", "c++",
827 std::string SubdirName;
833 findClangRelativeSysroot(D, LiteralTriple, Triple, SubdirName))