Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:RunProgramWithTimeout

56 /// RunProgramWithTimeout - This function provides an alternate interface
59 static int RunProgramWithTimeout(StringRef ProgramPath,
133 RunProgramWithTimeout(ProgPath, Args, "", ErrorFilename.str(),
212 return RunProgramWithTimeout(LLIPath, &LLIArgs[0],
319 if (RunProgramWithTimeout(CompilerCommand, &ProgramArgs[0],
376 return RunProgramWithTimeout(
494 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0],
620 return RunProgramWithTimeout(LLIPath, &JITArgs[0],
731 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) {
786 int ExitCode = RunProgramWithTimeout(OutputBinary.str(), &ProgramArgs[0],
881 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) {