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