Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp307 if (Section.DataSegmentNames.size()) { in writeSectionContent()
312 encodeULEB128(Section.DataSegmentNames.size(), SubSection.getStream()); in writeSectionContent()
313 for (const WasmYAML::NameEntry &NameEntry : Section.DataSegmentNames) { in writeSectionContent()
H A DWasmYAML.cpp70 IO.mapOptional("DataSegmentNames", Section.DataSegmentNames); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h247 std::vector<NameEntry> DataSegmentNames; member