Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp83 void ValueTypeByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in ValueTypeByHwMode
137 void RegSizeInfo::writeToStream(raw_ostream &OS) const { in writeToStream() function in RegSizeInfo
176 void RegSizeInfoByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in RegSizeInfoByHwMode
203 T.writeToStream(OS); in operator <<()
208 T.writeToStream(OS); in operator <<()
213 T.writeToStream(OS); in operator <<()
H A DInfoByHwMode.h172 void writeToStream(raw_ostream &OS) const;
201 void writeToStream(raw_ostream &OS) const;
216 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.h108 void writeToStream(raw_ostream &OS) const;
243 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.cpp68 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream() function in MachineValueTypeSet
196 void TypeSetByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in TypeSetByHwMode
211 get(M).writeToStream(OS); in writeToStream()
261 T.writeToStream(OS); in operator <<()
265 T.writeToStream(OS); in operator <<()
1937 getExtType(i).writeToStream(OS); in print()
3805 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h33 static Error writeToStream(raw_ostream &OS, const InterfaceFile &File,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h34 void writeToStream(llvm::raw_ostream &OS);
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp163 void writeToStream(llvm::raw_ostream &OS);
166 void APINotesWriter::Implementation::writeToStream(llvm::raw_ostream &OS) { in writeToStream() function in clang::api_notes::APINotesWriter::Implementation
1256 void APINotesWriter::writeToStream(llvm::raw_ostream &OS) { in writeToStream() function in clang::api_notes::APINotesWriter
1257 Implementation->writeToStream(OS); in writeToStream()
H A DAPINotesYAMLCompiler.cpp1079 Writer.writeToStream(OS); in convertModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1137 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File, in writeToStream() function in TextAPIWriter
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp9452 void writeToStream( std::ostream &os ) const { in writeToStream() function
9494 parser.writeToStream( os ); in operator <<()