Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp200 Interpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
243 SafeInterpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
H A DToolRunner.h106 createCustomExecutor(const char *Argv0, std::string &Message,
H A DToolRunner.cpp418 AbstractInterpreter::createCustomExecutor(const char *Argv0, in createCustomExecutor() function in AbstractInterpreter