Searched refs:IRStream (Results 1 – 3 of 3) sorted by relevance
191 std::unique_ptr<llvm::raw_fd_ostream> IRStream; in compileScript() local195 IRStream.reset(new llvm::raw_fd_ostream( in compileScript()206 mCompiler.compile(pScript, out_stream, IRStream.get()); in compileScript()
303 llvm::raw_ostream *IRStream) { in compile() argument361 if (IRStream) { in compile()362 *IRStream << module; in compile()
102 llvm::raw_ostream *IRStream);