Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp73 class GOFFOstream : public raw_ostream { class
122 explicit GOFFOstream(raw_pwrite_stream &OS) in GOFFOstream() function in __anonc8770be50111::GOFFOstream
127 ~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;