Home | History | Annotate | Download | only in Driver

Lines Matching refs:InstallDir

4240   const StringRef InstallDir = GCCInstallation.getInstallPath();
4245 (InstallDir + "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix())
4251 Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str();
4600 StringRef InstallDir = GCCInstallation.getInstallPath();
4621 InstallDir.str() + "/include/g++-v" + Version.Text,
4622 InstallDir.str() + "/include/g++-v" + Version.MajorStr + "." +
4624 InstallDir.str() + "/include/g++-v" + Version.MajorStr,