Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp75 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp108 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h257 std::vector<SegmentInfo> SegmentInfos; member