Searched refs:RunProgramWithTimeout (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/llvm/tools/bugpoint/ |
H A 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()
|