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

  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 181 OutputFile *ir_file = nullptr; local
186 ir_file = new OutputFile(path.c_str(), FileBase::kTruncate);
187 IRStream = ir_file->dup();
194 if (ir_file) {
195 ir_file->close();
196 delete ir_file;
  /external/llvm/utils/
update_llc_test_checks.py 20 with open(ir) as ir_file:
22 shell=True, stdin=ir_file)

Completed in 47 milliseconds