Searched refs:TableSection (Results 1 – 6 of 6) sorted by relevance
42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);431 WasmYAML::TableSection &Section) { in writeSectionContent()625 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm()
113 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()224 Section.reset(new WasmYAML::TableSection()); in mapping()225 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get())); in mapping()
299 struct TableSection : Section { struct300 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
304 uint32_t TableSection = 0; variable
268 auto TableSec = std::make_unique<WasmYAML::TableSection>(); in dump()
1103 TableSection = Sections.size(); in parseTableSection()1606 return TableSection; in getSymbolSectionIdImpl()