Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp50 class GOFFOstream { class
74 GOFFOstream(raw_pwrite_stream &OS);
75 ~GOFFOstream();
110 GOFFOstream::GOFFOstream(raw_pwrite_stream &OS) : OS(OS) {} in GOFFOstream() function in GOFFOstream
112 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 …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp67 class GOFFOstream : public raw_ostream { class
69 explicit GOFFOstream(raw_ostream &OS) in GOFFOstream() function in __anonde1c33e50111::GOFFOstream
74 ~GOFFOstream() { finalize(); } in ~GOFFOstream()
196 GOFFOstream GW;