Searched refs:TableSection (Results 1 – 9 of 9) sorted by relevance
218 class TableSection : public SyntheticSection {220 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {}438 TableSection *tableSec;
310 void TableSection::writeBody() { in writeBody()318 void TableSection::addTable(InputTable *table) { in addTable()346 void TableSection::assignIndexes() { in assignIndexes()
1524 out.tableSec = make<TableSection>(); in createSyntheticSections()
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()
115 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()226 Section.reset(new WasmYAML::TableSection()); in mapping()227 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get())); in mapping()
316 struct TableSection : Section { struct317 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
300 uint32_t TableSection = 0; variable
271 auto TableSec = std::make_unique<WasmYAML::TableSection>(); in dump()
1189 TableSection = Sections.size(); in parseTableSection()1702 return TableSection; in getSymbolSectionIdImpl()