Searched refs:RunProgramWithTimeout (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DToolRunner.cpp55 /// RunProgramWithTimeout - This function provides an alternate interface
58 static int RunProgramWithTimeout(StringRef ProgramPath, function
151 RunProgramWithTimeout(ProgPath, Args, "", ErrorFilename.str(),
230 return RunProgramWithTimeout(LLIPath, &LLIArgs[0],
337 if (RunProgramWithTimeout(CompilerCommand, &ProgramArgs[0],
394 return RunProgramWithTimeout(
511 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0],
637 return RunProgramWithTimeout(LLIPath, &JITArgs[0],
748 if (RunProgramWithTimeout(GCCPath, &GCCArgs[0], "", "", "")) {
803 int ExitCode = RunProgramWithTimeout(OutputBinar
[all...]

Completed in 212 milliseconds