Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp166 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message, in initializeExecutionEnvironment()
175 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message, in initializeExecutionEnvironment()
DToolRunner.h97 createLLI(const char *Argv0, std::string &Message,
DToolRunner.cpp269 AbstractInterpreter *AbstractInterpreter::createLLI(const char *Argv0, in createLLI() function in AbstractInterpreter
273 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createLLI); in createLLI()