Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DExecutionDriver.cpp164 Interpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
183 Interpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
215 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
225 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
H A DToolRunner.h86 static LLC *createLLC(const char *Argv0, std::string &Message,
H A DToolRunner.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()