Lines Matching defs:getStream

86   raw_ostream &getStream() { return StringStream; }
168 raw_ostream &SubOS = SubSection.getStream();
177 raw_ostream &SubOS = SubSection.getStream();
195 encodeULEB128(Section.SymbolTable.size(), SubSection.getStream());
199 writeUint8(SubSection.getStream(), Info.Kind);
200 encodeULEB128(Info.Flags, SubSection.getStream());
206 encodeULEB128(Info.ElementIndex, SubSection.getStream());
209 writeStringRef(Info.Name, SubSection.getStream());
212 writeStringRef(Info.Name, SubSection.getStream());
214 encodeULEB128(Info.DataRef.Segment, SubSection.getStream());
215 encodeULEB128(Info.DataRef.Offset, SubSection.getStream());
216 encodeULEB128(Info.DataRef.Size, SubSection.getStream());
220 encodeULEB128(Info.ElementIndex, SubSection.getStream());
233 encodeULEB128(Section.SegmentInfos.size(), SubSection.getStream());
235 writeStringRef(SegmentInfo.Name, SubSection.getStream());
236 encodeULEB128(SegmentInfo.Alignment, SubSection.getStream());
237 encodeULEB128(SegmentInfo.Flags, SubSection.getStream());
245 encodeULEB128(Section.InitFunctions.size(), SubSection.getStream());
247 encodeULEB128(Func.Priority, SubSection.getStream());
248 encodeULEB128(Func.Symbol, SubSection.getStream());
256 encodeULEB128(Section.Comdats.size(), SubSection.getStream());
258 writeStringRef(C.Name, SubSection.getStream());
259 encodeULEB128(0, SubSection.getStream()); // flags for future use
260 encodeULEB128(C.Entries.size(), SubSection.getStream());
262 writeUint8(SubSection.getStream(), Entry.Kind);
263 encodeULEB128(Entry.Index, SubSection.getStream());
278 encodeULEB128(Section.FunctionNames.size(), SubSection.getStream());
280 encodeULEB128(NameEntry.Index, SubSection.getStream());
281 writeStringRef(NameEntry.Name, SubSection.getStream());
291 encodeULEB128(Section.GlobalNames.size(), SubSection.getStream());
293 encodeULEB128(NameEntry.Index, SubSection.getStream());
294 writeStringRef(NameEntry.Name, SubSection.getStream());
304 encodeULEB128(Section.DataSegmentNames.size(), SubSection.getStream());
306 encodeULEB128(NameEntry.Index, SubSection.getStream());
307 writeStringRef(NameEntry.Name, SubSection.getStream());