Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp293 std::string ExecutionCommand; member in __anon0f9734300411::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()