Searched refs:writeTo (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp21 /// methods, while the final minidump file is written by calling the writeTo
24 /// writeTo is called), while the "New" versions allocate the data in an
27 /// data for which the space has been "allocated" until the final writeTo call.
73 void writeTo(raw_ostream &OS) const;
107 void BlobAllocator::writeTo(raw_ostream &OS) const {
242 File.writeTo(Out);
H A DCodeViewYAMLTypes.cpp124 virtual void writeTo(ContinuationRecordBuilder &CRB) = 0;
133 void writeTo(ContinuationRecordBuilder &CRB) override {
501 Member.Member->writeTo(CRB);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h389 void writeTo(void* dest, bool zero, int tyto = 0) const;
H A Dexpression.d2569 void writeTo(void* dest, bool zero, int tyto = 0) const
2758 writeTo(s, true);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h379 void writeTo(void* dest, bool zero, int tyto = 0) const;
H A Dexpression.c3580 void StringExp::writeTo(void *dest, bool zero, int tyto) const function in class:StringExp

Completed in 212 milliseconds