Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp196 Interpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
230 SafeInterpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
H A DToolRunner.h105 createCustomExecutor(const char *Argv0, std::string &Message,
H A DToolRunner.cpp417 AbstractInterpreter::createCustomExecutor(const char *Argv0, in createCustomExecutor() function in AbstractInterpreter