Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp55 static int RunProgramWithTimeout(StringRef ProgramPath, in RunProgramWithTimeout() function
123 RunProgramWithTimeout(ProgPath, Args, "", ErrorFilename.str(), in ProcessFailure()
196 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile, in ExecuteProgram()
275 if (RunProgramWithTimeout(CompilerCommand, ProgramArgs, "", "", "", Timeout, in compileProgram()
322 return RunProgramWithTimeout(ExecutionCommand, ProgramArgs, InputFile, in ExecuteProgram()
459 if (RunProgramWithTimeout(LLCPath, LLCArgs, "", "", "", Timeout, MemoryLimit)) in OutputCode()
576 return RunProgramWithTimeout(LLIPath, JITArgs, InputFile, OutputFile, in ExecuteProgram()
681 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", "")) in ExecuteProgram()
734 int ExitCode = RunProgramWithTimeout(OutputBinary.str(), ProgramArgs, in ExecuteProgram()
823 if (RunProgramWithTimeout(CCPath, CCArgs, "", "", "")) in MakeSharedObject()