Searched refs:TableSection (Results 1 – 9 of 9) sorted by relevance
217 class TableSection : public SyntheticSection {219 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {}437 TableSection *tableSec;
308 void TableSection::writeBody() { in writeBody()316 void TableSection::addTable(InputTable *table) { in addTable()344 void TableSection::assignIndexes() { in assignIndexes()
1499 out.tableSec = make<TableSection>(); in createSyntheticSections()
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()
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()
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()
1197 TableSection = Sections.size(); in parseTableSection()1710 return TableSection; in getSymbolSectionIdImpl()