Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
3733 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h25 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1134 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { in writeToStream() function in TextAPIWriter
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp9452 void writeToStream( std::ostream &os ) const { in writeToStream() function
9494 parser.writeToStream( os ); in operator <<()