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

/external/llvm/tools/bugpoint/
H A DToolRunner.cpp53 /// RunProgramWithTimeout - This function provides an alternate interface
56 static int RunProgramWithTimeout(const sys::Path &ProgramPath, function
153 RunProgramWithTimeout(ProgPath, Args, sys::Path(""), ErrorFilename,
232 return RunProgramWithTimeout(sys::Path(LLIPath), &LLIArgs[0],
306 if (RunProgramWithTimeout( sys::Path(CompilerCommand), &ProgramArgs[0],
363 return RunProgramWithTimeout(
478 if (RunProgramWithTimeout(sys::Path(LLCPath), &LLCArgs[0],
604 return RunProgramWithTimeout(sys::Path(LLIPath), &JITArgs[0],
653 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], sys::Path(), sys::Path(),
801 if (RunProgramWithTimeout(GCCPat
[all...]

Completed in 129 milliseconds