Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp288 class CustomExecutor : public AbstractInterpreter { class
293 CustomExecutor(const std::string &ExecutionCmd, in CustomExecutor() function in __anon42a46eb90411::CustomExecutor
306 Expected<int> CustomExecutor::ExecuteProgram( in ExecuteProgram()
421 return new CustomExecutor(CmdPath, Args); in createCustomExecutor()