Searched refs:LinkingSection (Results 1 – 3 of 3) sorted by relevance
56 void writeSectionContent(raw_ostream &OS, WasmYAML::LinkingSection &Section);186 WasmYAML::LinkingSection &Section) { in writeSectionContent()352 } else if (auto S = dyn_cast<WasmYAML::LinkingSection>(&Section)) { in writeSectionContent()
72 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping()190 Section.reset(new WasmYAML::LinkingSection()); in mapping()191 sectionMapping(IO, *cast<WasmYAML::LinkingSection>(Section.get())); in mapping()
248 struct LinkingSection : CustomSection { struct249 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument