Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:LLC

34 class LLC;

94 static LLC *createLLC(const char *Argv0, std::string &Message,
157 sys::Path LLCPath; // The path to the `llc' executable.
158 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
199 // LLC Implementation of AbstractIntepreter interface
201 class LLC : public AbstractInterpreter {
202 std::string LLCPath; // The path to the LLC executable.
203 std::vector<std::string> ToolArgs; // Extra args to pass to LLC.
207 LLC(const std::string &llcPath, GCC *Gcc,
215 ~LLC() { delete gcc; }