Lines Matching refs:CBE
624 GCC::FileType CBE::OutputCode(const std::string &Bitcode,
627 sys::Path uniqueFile(Bitcode+".cbe.c");
647 outs() << "<cbe>"; outs().flush();
659 void CBE::compileProgram(const std::string &Bitcode, std::string *Error,
666 int CBE::ExecuteProgram(const std::string &Bitcode,
690 CBE *AbstractInterpreter::createCBE(const char *Argv0,
709 return new CBE(LLCPath, gcc, Args);