Home
last modified time | relevance | path

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

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