Home | History | Annotate | Download | only in Driver

Lines Matching refs:CxxIncludeRoot

1547   llvm::SmallString<128> CxxIncludeRoot;
1557 CxxIncludeRoot(CXX_INCLUDE_ROOT) {
1567 if (CxxIncludeRoot != "") {
1569 if (CxxIncludeRoot.back() == '/')
1570 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the /
1571 StringRef Version = llvm::sys::path::filename(CxxIncludeRoot);
1572 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the version
1573 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the c++
1574 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the include
1575 GccInstallPath = CxxIncludeRoot.str();