Home
last modified time | relevance | path

Searched defs:writeToStream (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp83 void ValueTypeByHwMode::writeToStream(raw_ostream &OS) const { writeToStream() function in ValueTypeByHwMode
134 void RegSizeInfo::writeToStream(raw_ostream &OS) const { writeToStream() function in RegSizeInfo
172 void RegSizeInfoByHwMode::writeToStream(raw_ostream &OS) const { writeToStream() function in RegSizeInfoByHwMode
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
/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp167 void APINotesWriter::Implementation::writeToStream(llvm::raw_ostream &OS) { writeToStream() function in clang::api_notes::APINotesWriter::Implementation
1262 void APINotesWriter::writeToStream(llvm::raw_ostream &OS) { writeToStream() function in clang::api_notes::APINotesWriter
/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1137 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File, in writeToStream() function in TextAPIWriter