Searched refs:outfile_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp59 outfile_(outfile),
172 return outfile_->Write(buffer, kWordSize);
182 !outfile_->Write(buffer, it->GetTotalSize())) {
322 if (!outfile_->Write(&buffer_[cursor_], block)) return false;
375 return outfile_->Write((const uint8_t*) "\0\0\0\0", 4 - dangling);
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h177 WrapperOutput* outfile_; member in class:BitcodeWrapperer

Completed in 50 milliseconds