Lines Matching defs:SubSection
167 SubSectionWriter SubSection(OS);
168 raw_ostream &SubOS = SubSection.getStream();
173 SubSection.done();
177 raw_ostream &SubOS = SubSection.getStream();
181 SubSection.done();
190 SubSectionWriter SubSection(OS);
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());
227 SubSection.done();
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());
239 SubSection.done();
245 encodeULEB128(Section.InitFunctions.size(), SubSection.getStream());
247 encodeULEB128(Func.Priority, SubSection.getStream());
248 encodeULEB128(Func.Symbol, SubSection.getStream());
250 SubSection.done();
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());
266 SubSection.done();
276 SubSectionWriter SubSection(OS);
278 encodeULEB128(Section.FunctionNames.size(), SubSection.getStream());
280 encodeULEB128(NameEntry.Index, SubSection.getStream());
281 writeStringRef(NameEntry.Name, SubSection.getStream());
284 SubSection.done();
289 SubSectionWriter SubSection(OS);
291 encodeULEB128(Section.GlobalNames.size(), SubSection.getStream());
293 encodeULEB128(NameEntry.Index, SubSection.getStream());
294 writeStringRef(NameEntry.Name, SubSection.getStream());
297 SubSection.done();
302 SubSectionWriter SubSection(OS);
304 encodeULEB128(Section.DataSegmentNames.size(), SubSection.getStream());
306 encodeULEB128(NameEntry.Index, SubSection.getStream());
307 writeStringRef(NameEntry.Name, SubSection.getStream());
310 SubSection.done();