Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Bitcode

84 /// LLVM bitcode in a variety of ways.  This abstract interface hides this
115 /// compileProgram - Compile the specified program from bitcode to executable
118 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
121 /// OutputCode - Compile the specified program from bitcode to code
125 virtual CC::FileType OutputCode(const std::string &Bitcode,
133 /// ExecuteProgram - Run the specified bitcode file, emitting output to the
138 virtual int ExecuteProgram(const std::string &Bitcode,
170 /// compileProgram - Compile the specified program from bitcode to executable
173 void compileProgram(const std::string &Bitcode, std::string *Error,
176 int ExecuteProgram(const std::string &Bitcode,
188 /// OutputCode - Compile the specified program from bitcode to code
192 CC::FileType OutputCode(const std::string &Bitcode,