Searched refs:GOFFOstream (Results 1 – 1 of 1) sorted by relevance
73 class GOFFOstream : public raw_ostream { class122 explicit GOFFOstream(raw_pwrite_stream &OS) in GOFFOstream() function in __anonc8770be50111::GOFFOstream127 ~GOFFOstream() { finalize(); } in ~GOFFOstream()145 void GOFFOstream::writeRecordPrefix(raw_ostream &OS, GOFF::RecordType Type, in writeRecordPrefix()155 void GOFFOstream::newRecord(GOFF::RecordType Type, size_t Size) { in newRecord()171 void GOFFOstream::fillRecord() { in fillRecord()194 void GOFFOstream::write_impl(const char *Ptr, size_t Size) { in write_impl()224 GOFFOstream OS;