Searched refs:SegmentInfos (Results 1 – 3 of 3) sorted by relevance
231 if (Section.SegmentInfos.size()) { in writeSectionContent()233 encodeULEB128(Section.SegmentInfos.size(), SubSection.getStream()); in writeSectionContent()234 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent()
77 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping()
258 std::vector<SegmentInfo> SegmentInfos; member