Searched refs:SegmentInfos (Results 1 – 4 of 4) sorted by relevance
180 if (Section.SegmentInfos.size()) { in writeSectionContent()182 encodeULEB128(Section.SegmentInfos.size(), SubSection.GetStream()); in writeSectionContent()183 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent()
85 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()
200 std::vector<SegmentInfo> SegmentInfos; member
62 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping()