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.cpp85 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
218 T.writeToStream(OS); in operator <<()
223 T.writeToStream(OS); in operator <<()
228 T.writeToStream(OS); in operator <<()
H A DInfoByHwMode.h168 void writeToStream(raw_ostream &OS) const;
197 void writeToStream(raw_ostream &OS) const;
212 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.h104 void writeToStream(raw_ostream &OS) const;
229 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.cpp60 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream() function in MachineValueTypeSet
187 void TypeSetByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in TypeSetByHwMode
202 get(M).writeToStream(OS); in writeToStream()
250 T.writeToStream(OS); in operator <<()
254 T.writeToStream(OS); in operator <<()
2007 getExtType(i).writeToStream(OS); in print()
3851 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h35 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.cpp170 void writeToStream(llvm::raw_ostream &OS);
173 void APINotesWriter::Implementation::writeToStream(llvm::raw_ostream &OS) { in writeToStream() function in clang::api_notes::APINotesWriter::Implementation
1427 void APINotesWriter::writeToStream(llvm::raw_ostream &OS) { in writeToStream() function in clang::api_notes::APINotesWriter
1428 Implementation->writeToStream(OS); in writeToStream()
H A DAPINotesYAMLCompiler.cpp1196 Writer.writeToStream(OS); in convertModule()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1136 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 <<()