Searched refs:TableSection (Results 1 – 5 of 5) sorted by relevance
118 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()229 Section.reset(new WasmYAML::TableSection()); in mapping()230 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get())); in mapping()
42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);452 WasmYAML::TableSection &Section) { in writeSectionContent()630 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm()
319 struct TableSection : Section { struct320 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() function
311 uint32_t TableSection = 0; variable
1351 TableSection = Sections.size(); in parseTableSection()1963 return TableSection; in getSymbolSectionIdImpl()