Searched refs:TableSection (Results 1 – 4 of 4) sorted by relevance
37 int writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);337 WasmYAML::TableSection &Section) { in writeSectionContent()504 } else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) { in writeWasm()
88 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()177 Section.reset(new WasmYAML::TableSection()); in mapping()178 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get())); in mapping()
235 struct TableSection : Section { struct236 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
199 auto TableSec = make_unique<WasmYAML::TableSection>(); in dump()