Searched refs:GOFFOstream (Results 1 – 2 of 2) sorted by relevance
50 class GOFFOstream { class74 GOFFOstream(raw_pwrite_stream &OS);75 ~GOFFOstream();110 GOFFOstream::GOFFOstream(raw_pwrite_stream &OS) : OS(OS) {} in GOFFOstream() function in GOFFOstream112 GOFFOstream::~GOFFOstream() { finalizeRecord(); } in ~GOFFOstream()114 void GOFFOstream::updateFlagsAndWritePrefix(bool IsContinued) { in updateFlagsAndWritePrefix()130 size_t GOFFOstream::getRemainingSize() { in getRemainingSize()134 void GOFFOstream::write(const char *Ptr, size_t Size) { in write()166 void GOFFOstream::write_zeros(unsigned NumZeros) { in write_zeros()184 void GOFFOstream::newRecord(GOFF::RecordType Type) { in newRecord()[all …]
67 class GOFFOstream : public raw_ostream { class69 explicit GOFFOstream(raw_ostream &OS) in GOFFOstream() function in __anonde1c33e50111::GOFFOstream74 ~GOFFOstream() { finalize(); } in ~GOFFOstream()196 GOFFOstream GW;