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 167 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
188 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
222 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
233 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
246 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
ToolRunner.h 90 static LLC *createLLC(const char *Argv0, std::string &Message,
ToolRunner.cpp 532 /// createLLC - Try to find the LLC executable
534 LLC *AbstractInterpreter::createLLC(const char *Argv0,
541 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC);
    [all...]

Completed in 53 milliseconds