Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp167 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message, in initializeExecutionEnvironment()
188 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message, in initializeExecutionEnvironment()
222 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, in initializeExecutionEnvironment()
233 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, in initializeExecutionEnvironment()
246 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, in initializeExecutionEnvironment()
DToolRunner.h90 static LLC *createLLC(const char *Argv0, std::string &Message,
DToolRunner.cpp535 LLC *AbstractInterpreter::createLLC(const char *Argv0, in createLLC() function in AbstractInterpreter
542 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC); in createLLC()