Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp83 void ValueTypeByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in ValueTypeByHwMode
134 void RegSizeInfo::writeToStream(raw_ostream &OS) const { in writeToStream() function in RegSizeInfo
172 void RegSizeInfoByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in RegSizeInfoByHwMode
214 T.writeToStream(OS); in operator <<()
219 T.writeToStream(OS); in operator <<()
224 T.writeToStream(OS); in operator <<()
H A DInfoByHwMode.h168 void writeToStream(raw_ostream &OS) const;
196 void writeToStream(raw_ostream &OS) const;
211 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.h104 void writeToStream(raw_ostream &OS) const;
231 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.cpp59 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream() function in MachineValueTypeSet
186 void TypeSetByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in TypeSetByHwMode
201 get(M).writeToStream(OS); in writeToStream()
251 T.writeToStream(OS); in operator <<()
255 T.writeToStream(OS); in operator <<()
1932 getExtType(i).writeToStream(OS); in print()
3802 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h33 static Error writeToStream(raw_ostream &OS, const InterfaceFile &File,
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h45 void writeToStream(llvm::raw_ostream &OS);
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp172 void writeToStream(llvm::raw_ostream &OS);
175 void APINotesWriter::Implementation::writeToStream(llvm::raw_ostream &OS) { in writeToStream() function in clang::api_notes::APINotesWriter::Implementation
1323 void APINotesWriter::writeToStream(llvm::raw_ostream &OS) { in writeToStream() function in clang::api_notes::APINotesWriter
1324 Implementation->writeToStream(OS); in writeToStream()
H A DAPINotesYAMLCompiler.cpp1108 Writer.writeToStream(OS); in convertModule()
/freebsd/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/contrib/bsnmp/tests/
H A Dcatch.hpp9452 void writeToStream( std::ostream &os ) const { in writeToStream() function
9494 parser.writeToStream( os ); in operator <<()