Home
last modified time | relevance | path

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

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