Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.cpp293 std::string ExecutionCommand; member in __anon078d8de40411::CustomExecutor
299 : ExecutionCommand(ExecutionCmd), ExecutorArgs(std::move(ExecArgs)) {} in CustomExecutor()
318 ProgramArgs.push_back(ExecutionCommand); in ExecuteProgram()
328 return RunProgramWithTimeout(ExecutionCommand, ProgramArgs, InputFile, in ExecuteProgram()