Home | History | Annotate | Download | only in bugpoint

Lines Matching full:bitcode

85 /// LLVM bitcode in a variety of ways.  This abstract interface hides this
118 /// compileProgram - Compile the specified program from bitcode to executable
121 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
124 /// OutputCode - Compile the specified program from bitcode to code
128 virtual GCC::FileType OutputCode(const std::string &Bitcode,
136 /// ExecuteProgram - Run the specified bitcode file, emitting output to the
141 virtual int ExecuteProgram(const std::string &Bitcode,
170 /// compileProgram - Compile the specified program from bitcode to executable
173 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
176 virtual int ExecuteProgram(const std::string &Bitcode,
188 /// OutputCode - Compile the specified program from bitcode to code
192 virtual GCC::FileType OutputCode(const std::string &Bitcode,
218 /// compileProgram - Compile the specified program from bitcode to executable
221 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
224 virtual int ExecuteProgram(const std::string &Bitcode,
236 /// OutputCode - Compile the specified program from bitcode to code
240 virtual GCC::FileType OutputCode(const std::string &Bitcode,