Searched refs:ElemSection (Results 1 – 3 of 3) sorted by relevance
48 void writeSectionContent(raw_ostream &OS, WasmYAML::ElemSection &Section);491 WasmYAML::ElemSection &Section) { in writeSectionContent()633 else if (auto S = dyn_cast<WasmYAML::ElemSection>(Sec.get())) in writeWasm()
147 static void sectionMapping(IO &IO, WasmYAML::ElemSection &Section) { in sectionMapping()258 Section.reset(new WasmYAML::ElemSection()); in mapping()259 sectionMapping(IO, *cast<WasmYAML::ElemSection>(Section.get())); in mapping()
377 struct ElemSection : Section { struct378 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() argument