Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp160 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message, in initializeExecutionEnvironment()
181 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message, in initializeExecutionEnvironment()
215 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, in initializeExecutionEnvironment()
226 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, in initializeExecutionEnvironment()
239 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, in initializeExecutionEnvironment()
DToolRunner.h90 static LLC *createLLC(const char *Argv0, std::string &Message,
DToolRunner.cpp553 LLC *AbstractInterpreter::createLLC(const char *Argv0, in createLLC() function in AbstractInterpreter
560 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC); in createLLC()