Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DExecutionDriver.cpp170 AbstractInterpreter::createLLI(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
179 AbstractInterpreter::createLLI(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
H A DToolRunner.h93 createLLI(const char *Argv0, std::string &Message,
H A DToolRunner.cpp221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, in createLLI() function in AbstractInterpreter
224 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createLLI)) { in createLLI()