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 90 static LLC *createLLC(const char *Argv0, std::string &Message,
ToolRunner.cpp 549 /// createLLC - Try to find the LLC executable
551 LLC *AbstractInterpreter::createLLC(const char *Argv0,
558 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC);
    [all...]

Completed in 52 milliseconds