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.cpp299 if (Section.DataSegmentNames.size()) { in writeSectionContent()
304 encodeULEB128(Section.DataSegmentNames.size(), SubSection.getStream()); in writeSectionContent()
305 for (const WasmYAML::NameEntry &NameEntry : Section.DataSegmentNames) { in writeSectionContent()
H A DWasmYAML.cpp69 IO.mapOptional("DataSegmentNames", Section.DataSegmentNames); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h245 std::vector<NameEntry> DataSegmentNames; member