Searched defs:CBE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DToolRunner.h33 class CBE;
91 static CBE *createCBE(const char *Argv0, std::string &Message,
155 // CBE Implementation of AbstractIntepreter interface
157 class CBE : public AbstractInterpreter { class in namespace:llvm
162 CBE(const sys::Path &llcPath, GCC *Gcc, function in class:llvm::CBE
168 ~CBE() { delete gcc; }

Completed in 49 milliseconds