Searched refs:writeToStream (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DBootImage.h23 * Also provided is the virtual method writeToStream() that lets the caller
48 virtual void writeToStream(std::ostream & stream)=0;
H A DAESKey.h112 void writeToStream(std::ostream & stream) function in class:AESKey
H A DEncoreBootImage.h87 * a call to writeToStream(). The same image can be written to streams any
942 virtual void writeToStream(std::ostream & stream);
H A DEncoreBootImage.cpp83 void EncoreBootImage::writeToStream(std::ostream & stream) function in class:EncoreBootImage
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h25 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp82 void ValueTypeByHwMode::writeToStream(raw_ostream &OS) const { function in class:ValueTypeByHwMode
136 void RegSizeInfo::writeToStream(raw_ostream &OS) const { function in class:RegSizeInfo
175 void RegSizeInfoByHwMode::writeToStream(raw_ostream &OS) const { function in class:RegSizeInfoByHwMode
202 T.writeToStream(OS);
207 T.writeToStream(OS);
212 T.writeToStream(OS);
H A DInfoByHwMode.h136 void writeToStream(raw_ostream &OS) const;
165 void writeToStream(raw_ostream &OS) const;
180 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.h242 void writeToStream(raw_ostream &OS) const;
243 static void writeToStream(const SetType &S, raw_ostream &OS);
H A DCodeGenDAGPatterns.cpp180 void TypeSetByHwMode::writeToStream(raw_ostream &OS) const { function in class:TypeSetByHwMode
195 writeToStream(get(M), OS);
200 void TypeSetByHwMode::writeToStream(const SetType &S, raw_ostream &OS) { function in class:TypeSetByHwMode
256 T.writeToStream(OS);
1900 getExtType(i).writeToStream(OS);
3732 Pat->getExtType(k).writeToStream(OS);
/netbsd-current/external/bsd/elftosb/dist/keygen/
H A Dkeygen.cpp265 key.writeToStream(outputStream);
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp588 image->writeToStream(outputStream);
/netbsd-current/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp377 dek.writeToStream(dekStringStream);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp262 if (Error Result = TextAPIWriter::writeToStream(OS, File))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1134 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { function in class:TextAPIWriter

Completed in 319 milliseconds