Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:GCCPath

684   GCCArgs.push_back(GCCPath.c_str());
747 if (RunProgramWithTimeout(GCCPath, &GCCArgs[0], "", "", "")) {
748 *Error = ProcessFailure(GCCPath, &GCCArgs[0]);
837 GCCArgs.push_back(GCCPath.c_str());
897 if (RunProgramWithTimeout(GCCPath, &GCCArgs[0], "", "", "")) {
898 Error = ProcessFailure(GCCPath, &GCCArgs[0]);
909 std::string GCCPath = sys::FindProgramByName(GCCBinary);
910 if (GCCPath.empty()) {
919 Message = "Found gcc: " + GCCPath + "\n";
920 return new GCC(GCCPath, RemoteClientPath, Args);