Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp352 std::vector<std::string> ExecutorArgs; member in __anone0ef1de50411::CustomExecutor
356 ExecutionCommand(ExecutionCmd), ExecutorArgs(ExecArgs) {} in CustomExecutor()
384 for (std::size_t i = 0; i < ExecutorArgs.size(); ++i) in ExecuteProgram()
385 ProgramArgs.push_back(ExecutorArgs.at(i).c_str()); in ExecuteProgram()