Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp167 Interpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
187 Interpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
219 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
227 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
238 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
H A DToolRunner.h87 static LLC *createLLC(const char *Argv0, std::string &Message,
H A DToolRunner.cpp508 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC() function in AbstractInterpreter
514 FindProgramByName("llc", Argv0, (void *)(intptr_t)&createLLC); in createLLC()