Searched refs:RunProgramWithTimeout (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 59 static int RunProgramWithTimeout(StringRef ProgramPath, in RunProgramWithTimeout() function 133 RunProgramWithTimeout(ProgPath, Args, "", ErrorFilename.str(), in ProcessFailure() 212 return RunProgramWithTimeout(LLIPath, &LLIArgs[0], in ExecuteProgram() 319 if (RunProgramWithTimeout(CompilerCommand, &ProgramArgs[0], in compileProgram() 376 return RunProgramWithTimeout( in ExecuteProgram() 494 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], in OutputCode() 620 return RunProgramWithTimeout(LLIPath, &JITArgs[0], in ExecuteProgram() 731 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) { in ExecuteProgram() 786 int ExitCode = RunProgramWithTimeout(OutputBinary.str(), &ProgramArgs[0], in ExecuteProgram() 881 if (RunProgramWithTimeout(CCPath, &CCArgs[0], "", "", "")) { in MakeSharedObject()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.cpp | 56 static int RunProgramWithTimeout(const sys::Path &ProgramPath, in RunProgramWithTimeout() function 153 RunProgramWithTimeout(ProgPath, Args, sys::Path(""), ErrorFilename, in ProcessFailure() 232 return RunProgramWithTimeout(sys::Path(LLIPath), &LLIArgs[0], in ExecuteProgram() 306 if (RunProgramWithTimeout( sys::Path(CompilerCommand), &ProgramArgs[0], in compileProgram() 363 return RunProgramWithTimeout( in ExecuteProgram() 478 if (RunProgramWithTimeout(sys::Path(LLCPath), &LLCArgs[0], in OutputCode() 604 return RunProgramWithTimeout(sys::Path(LLIPath), &JITArgs[0], in ExecuteProgram() 653 if (RunProgramWithTimeout(LLCPath, &LLCArgs[0], sys::Path(), sys::Path(), in OutputCode() 801 if (RunProgramWithTimeout(GCCPath, &GCCArgs[0], sys::Path(), sys::Path(), in ExecuteProgram() 857 int ExitCode = RunProgramWithTimeout(OutputBinary, &ProgramArgs[0], in ExecuteProgram() [all …]
|