Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp292 class CustomExecutor : public AbstractInterpreter { class
297 CustomExecutor(const std::string &ExecutionCmd, in CustomExecutor() function in __anon0f9734300411::CustomExecutor
310 Expected<int> CustomExecutor::ExecuteProgram( in ExecuteProgram()
427 return new CustomExecutor(CmdPath, Args); in createCustomExecutor()