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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp292 class CustomExecutor : public AbstractInterpreter { class in namespace:__anon4816
297 CustomExecutor(const std::string &ExecutionCmd, function in class:__anon4816::CustomExecutor
310 Expected<int> CustomExecutor::ExecuteProgram(
427 return new CustomExecutor(CmdPath, Args);

Completed in 106 milliseconds