Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp294 std::string ExecutionCommand; member in __anon162e57fe0411::CustomExecutor
300 : ExecutionCommand(ExecutionCmd), ExecutorArgs(std::move(ExecArgs)) {} in CustomExecutor()
319 ProgramArgs.push_back(ExecutionCommand); in ExecuteProgram()
329 return RunProgramWithTimeout(ExecutionCommand, ProgramArgs, InputFile, in ExecuteProgram()