Searched refs:createLLI (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 170 AbstractInterpreter::createLLI(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment() 179 AbstractInterpreter::createLLI(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
|
| H A D | ToolRunner.h | 93 createLLI(const char *Argv0, std::string &Message,
|
| H A D | ToolRunner.cpp | 221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, in createLLI() function in AbstractInterpreter 224 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createLLI)) { in createLLI()
|