Searched refs:SegmentInfos (Results 1 – 4 of 4) 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()
75 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping()
108 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()
257 std::vector<SegmentInfo> SegmentInfos; member