Searched refs:createLLC (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 160 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()
|
D | ToolRunner.h | 90 static LLC *createLLC(const char *Argv0, std::string &Message,
|
D | ToolRunner.cpp | 553 LLC *AbstractInterpreter::createLLC(const char *Argv0, in createLLC() function in AbstractInterpreter 560 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC); in createLLC()
|