Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInfoByHwMode.cpp81 void ValueTypeByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in ValueTypeByHwMode
135 void RegSizeInfo::writeToStream(raw_ostream &OS) const { in writeToStream() function in RegSizeInfo
174 void RegSizeInfoByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in RegSizeInfoByHwMode
201 T.writeToStream(OS); in operator <<()
206 T.writeToStream(OS); in operator <<()
211 T.writeToStream(OS); in operator <<()
H A DInfoByHwMode.h134 void writeToStream(raw_ostream &OS) const;
163 void writeToStream(raw_ostream &OS) const;
178 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.h105 void writeToStream(raw_ostream &OS) const;
245 void writeToStream(raw_ostream &OS) const;
H A DCodeGenDAGPatterns.cpp67 void MachineValueTypeSet::writeToStream(raw_ostream &OS) const { in writeToStream() function in MachineValueTypeSet
195 void TypeSetByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream() function in TypeSetByHwMode
210 get(M).writeToStream(OS); in writeToStream()
260 T.writeToStream(OS); in operator <<()
264 T.writeToStream(OS); in operator <<()
1956 getExtType(i).writeToStream(OS); in print()
3809 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern()
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h25 static Error writeToStream(raw_ostream &os, const InterfaceFile &);
/openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp243 if (Error Result = TextAPIWriter::writeToStream(OS, File)) in writeTbdStub()
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DTextStub.cpp1133 Error TextAPIWriter::writeToStream(raw_ostream &OS, const InterfaceFile &File) { in writeToStream() function in TextAPIWriter