Lines Matching refs:Bitcode
85 /// LLVM bitcode in a variety of ways. This abstract interface hides this
117 /// compileProgram - Compile the specified program from bitcode to executable
120 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
123 /// OutputCode - Compile the specified program from bitcode to code
127 virtual GCC::FileType OutputCode(const std::string &Bitcode,
135 /// ExecuteProgram - Run the specified bitcode file, emitting output to the
140 virtual int ExecuteProgram(const std::string &Bitcode,
169 /// compileProgram - Compile the specified program from bitcode to executable
172 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
175 virtual int ExecuteProgram(const std::string &Bitcode,
187 /// OutputCode - Compile the specified program from bitcode to code
191 virtual GCC::FileType OutputCode(const std::string &Bitcode,
217 /// compileProgram - Compile the specified program from bitcode to executable
220 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
223 virtual int ExecuteProgram(const std::string &Bitcode,
235 /// OutputCode - Compile the specified program from bitcode to code
239 virtual GCC::FileType OutputCode(const std::string &Bitcode,