Searched refs:TableSection (Results 1 – 5 of 5) sorted by relevance
116 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()227 Section.reset(new WasmYAML::TableSection()); in mapping()228 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get())); in mapping()
42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);444 WasmYAML::TableSection &Section) { in writeSectionContent()621 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm()
317 struct TableSection : Section { struct318 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() function
303 uint32_t TableSection = 0; variable
1214 TableSection = Sections.size(); in parseTableSection()1782 return TableSection; in getSymbolSectionIdImpl()