Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp290 std::vector<std::string> ExecutorArgs; member in __anon42a46eb90411::CustomExecutor
295 : ExecutionCommand(ExecutionCmd), ExecutorArgs(std::move(ExecArgs)) {} in CustomExecutor()
316 llvm::append_range(ProgramArgs, ExecutorArgs); in ExecuteProgram()