Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp293 class CustomExecutor : public AbstractInterpreter { class
298 CustomExecutor(const std::string &ExecutionCmd, in CustomExecutor() function in __anon162e57fe0411::CustomExecutor
311 Expected<int> CustomExecutor::ExecuteProgram( in ExecuteProgram()
428 return new CustomExecutor(CmdPath, Args); in createCustomExecutor()