Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/tools/bugpoint/
HDExecutionDriver.cpp164 Interpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
183 Interpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
215 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
225 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
HDToolRunner.h86 static LLC *createLLC(const char *Argv0, std::string &Message,
HDToolRunner.cpp507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC() function in AbstractInterpreter
513 FindProgramByName("llc", Argv0, (void *)(intptr_t)&createLLC); in createLLC()