Home | History | Annotate | Download | only in Driver

Lines Matching refs:GCCInstallPath

1391   if (!GCCInstallPath.empty())
1392 OS << "Selected GCC installation: " << GCCInstallPath << "\n";
2103 // in what would normally be GCCInstallPath and put the 64-bit
2202 GCCInstallPath =
2204 if (!D.getVFS().exists(GCCInstallPath))
2211 LLI = D.getVFS().dir_begin(GCCInstallPath, EEC),
2224 GCCInstallPath += "/" + Version.Text;
2225 GCCParentLibPath = GCCInstallPath + "/../../../../";
2306 GCCInstallPath =
2308 GCCParentLibPath = GCCInstallPath + LibAndInstallSuffixes[i][1];