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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp52 /// RunProgramWithTimeout - This function provides an alternate interface
55 static int RunProgramWithTimeout(StringRef ProgramPath, function
123 RunProgramWithTimeout(ProgPath, Args, "", ErrorFilename.str(),
198 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile,
279 if (RunProgramWithTimeout(CompilerCommand, ProgramArgs, "", "", "", Timeout,
328 return RunProgramWithTimeout(ExecutionCommand, ProgramArgs, InputFile,
466 if (RunProgramWithTimeout(LLCPath, LLCArgs, "", "", "", Timeout, MemoryLimit))
585 return RunProgramWithTimeout(LLIPath, JITArgs, InputFile, OutputFile,
691 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", ""))
745 int ExitCode = RunProgramWithTimeout(OutputBinar
[all...]

Completed in 42 milliseconds