Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDExecutionDriver.cpp196 Interpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
230 SafeInterpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
HDToolRunner.h105 createCustomExecutor(const char *Argv0, std::string &Message,
HDToolRunner.cpp417 AbstractInterpreter::createCustomExecutor(const char *Argv0, in createCustomExecutor() function in AbstractInterpreter