Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp82 void ValueTypeByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in ValueTypeByHwMode
136 void RegSizeInfo::writeToStream(raw_ostream &OS) const { in writeToStream() function in RegSizeInfo
175 void RegSizeInfoByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in RegSizeInfoByHwMode
202 T.writeToStream(OS); in operator <<()
207 T.writeToStream(OS); in operator <<()
212 T.writeToStream(OS); in operator <<()
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 { in writeToStream() function in TypeSetByHwMode
195 writeToStream(get(M), OS); in writeToStream()
200 void TypeSetByHwMode::writeToStream(const SetType &S, raw_ostream &OS) { in writeToStream() function in TypeSetByHwMode
256 T.writeToStream(OS); in operator <<()
1900 getExtType(i).writeToStream(OS); in print()
3732 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h25 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
/netbsd-src/external/bsd/elftosb/dist/common/
H A DBootImage.h48 virtual void writeToStream(std::ostream & stream)=0;
H A DAESKey.h112 void writeToStream(std::ostream & stream) in writeToStream() function
H A DEncoreBootImage.h942 virtual void writeToStream(std::ostream & stream);
H A DEncoreBootImage.cpp83 void EncoreBootImage::writeToStream(std::ostream & stream) in writeToStream() function in EncoreBootImage
/netbsd-src/external/bsd/elftosb/dist/keygen/
H A Dkeygen.cpp265 key.writeToStream(outputStream); in generateKeyFile()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp588 image->writeToStream(outputStream); in convert()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp377 dek.writeToStream(dekStringStream); in readBootImage()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp262 if (Error Result = TextAPIWriter::writeToStream(OS, File)) in writeTbdStub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1134 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { in writeToStream() function in TextAPIWriter