Searched refs:SubOS (Results 1 – 1 of 1) sorted by relevance
168 raw_ostream &SubOS = SubSection.getStream(); in writeSectionContent() local169 encodeULEB128(Section.MemorySize, SubOS); in writeSectionContent()170 encodeULEB128(Section.MemoryAlignment, SubOS); in writeSectionContent()171 encodeULEB128(Section.TableSize, SubOS); in writeSectionContent()172 encodeULEB128(Section.TableAlignment, SubOS); in writeSectionContent()177 raw_ostream &SubOS = SubSection.getStream(); in writeSectionContent() local178 encodeULEB128(Section.Needed.size(), SubOS); in writeSectionContent()180 writeStringRef(Needed, SubOS); in writeSectionContent()