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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DExecutionDriver.cpp159 AbstractInterpreter::createCBE(getToolName(), Message, GCCBinary,
200 Interpreter = AbstractInterpreter::createCBE(getToolName(), Message,
255 SafeInterpreter = AbstractInterpreter::createCBE(Path.c_str(), Message,
284 SafeInterpreter = AbstractInterpreter::createCBE(Path.c_str(), Message,
H A DToolRunner.h90 static CBE *createCBE(const char *Argv0, std::string &Message,
H A DToolRunner.cpp688 /// createCBE - Try to find the 'llc' executable
690 CBE *AbstractInterpreter::createCBE(const char *Argv0, function in class:AbstractInterpreter
696 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createCBE);

Completed in 158 milliseconds