Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp286 if (Section.DataSegmentNames.size()) { in writeSectionContent()
291 encodeULEB128(Section.DataSegmentNames.size(), SubSection.getStream()); in writeSectionContent()
292 for (const WasmYAML::NameEntry &NameEntry : Section.DataSegmentNames) { in writeSectionContent()
H A DWasmYAML.cpp65 IO.mapOptional("DataSegmentNames", Section.DataSegmentNames); in sectionMapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h227 std::vector<NameEntry> DataSegmentNames; member