Home
last modified time | relevance | path

Searched refs:SegmentInfos (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp231 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()
H A DWasmYAML.cpp77 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h258 std::vector<SegmentInfo> SegmentInfos; member