HomeSort by relevance Sort by last modified time
    Searched refs:createLLC (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 160 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,
ToolRunner.h 95 static LLC *createLLC(const char *Argv0, std::string &Message,
ToolRunner.cpp 519 /// createLLC - Try to find the LLC executable
521 LLC *AbstractInterpreter::createLLC(const char *Argv0,
528 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createLLC).str();
    [all...]

Completed in 76 milliseconds