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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp160 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
181 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
215 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
226 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
239 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
H A DToolRunner.h95 static LLC *createLLC(const char *Argv0, std::string &Message,
H A DToolRunner.cpp519 /// createLLC - Try to find the LLC executable
521 LLC *AbstractInterpreter::createLLC(const char *Argv0, function in class:AbstractInterpreter
528 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createLLC).str();

Completed in 111 milliseconds