Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/tools/bugpoint/
HDExecutionDriver.cpp170 AbstractInterpreter::createLLI(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
179 AbstractInterpreter::createLLI(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
HDToolRunner.h93 createLLI(const char *Argv0, std::string &Message,
HDToolRunner.cpp221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, in createLLI() function in AbstractInterpreter
224 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createLLI)) { in createLLI()