Searched refs:IRStream (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h99 // @param IRStream If not NULL, the LLVM-IR that is fed to code generation
100 // will be written to IRStream.
102 llvm::raw_ostream *IRStream);
/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp191 std::unique_ptr<llvm::raw_fd_ostream> IRStream; local
195 IRStream.reset(new llvm::raw_fd_ostream(
206 mCompiler.compile(pScript, out_stream, IRStream.get());
H A DCompiler.cpp302 llvm::raw_ostream *IRStream) {
360 if (IRStream) {
361 *IRStream << module;
300 compile(Script &script, llvm::raw_pwrite_stream &pResult, llvm::raw_ostream *IRStream) argument

Completed in 242 milliseconds