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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp166 Interpreter = AbstractInterpreter::createLLC(
186 Interpreter = AbstractInterpreter::createLLC(
218 SafeInterpreter = AbstractInterpreter::createLLC(
226 SafeInterpreter = AbstractInterpreter::createLLC(
237 SafeInterpreter = AbstractInterpreter::createLLC(
H A DToolRunner.h86 static LLC *createLLC(const char *Argv0, std::string &Message,
H A DToolRunner.cpp505 /// createLLC - Try to find the LLC executable
507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, function in class:AbstractInterpreter
513 FindProgramByName("llc", Argv0, (void *)(intptr_t)&createLLC);

Completed in 120 milliseconds