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