HomeSort by relevance Sort by last modified time
    Searched refs:IRStream (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/include/bcc/
Compiler.h 97 // @param IRStream If not NULL, the LLVM-IR that is fed to code generation
98 // will be written to IRStream.
100 llvm::raw_ostream *IRStream);
104 llvm::raw_ostream *IRStream = 0);
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 247 llvm::raw_ostream *IRStream) {
287 if (IRStream)
288 *IRStream << module;
299 llvm::raw_ostream *IRStream) {
312 enum Compiler::ErrorCode err = compile(pScript, *out, IRStream);
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 298 llvm::raw_fd_ostream *IRStream = NULL;
303 IRStream = ir_file->dup();
308 output_file, IRStream);

Completed in 51 milliseconds