reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/bugpoint/ToolRunner.h
   86   static LLC *createLLC(const char *Argv0, std::string &Message,

References

tools/bugpoint/ExecutionDriver.cpp
  166       Interpreter = AbstractInterpreter::createLLC(
  186     Interpreter = AbstractInterpreter::createLLC(
  218       SafeInterpreter = AbstractInterpreter::createLLC(
  226       SafeInterpreter = AbstractInterpreter::createLLC(
  237     SafeInterpreter = AbstractInterpreter::createLLC(
tools/bugpoint/ToolRunner.cpp
  513       FindProgramByName("llc", Argv0, (void *)(intptr_t)&createLLC);