Searched refs:WasmTable (Results 1 – 8 of 8) sorted by relevance
76 struct WasmTable { struct77 MOVE_ONLY_WITH_DEFAULT_CONSTRUCTORS(WasmTable);149 std::vector<WasmTable> tables;
480 WasmTable* table = &module_->tables.back(); in DecodeImportSection()566 WasmTable* table = &module_->tables.back(); in DecodeTableSection()632 WasmTable* table = nullptr; in DecodeExportSection()1107 uint32_t consume_table_index(WasmModule* module, WasmTable** table) { in consume_table_index()
1539 const WasmTable& table = module_->tables[table_num]; in ProcessImports()1933 const WasmTable& table = module_->tables[exp.index]; in ProcessExports()2041 const WasmTable& table = module_->tables[index]; in InitializeTables()
986 const WasmTable* table = &module_->tables[table_index]; in GetIndirectCode()
54 struct WasmTable { struct89 WasmTable Table;
129 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()245 std::vector<wasm::WasmTable> Tables;
35 static WasmYAML::Table make_table(const wasm::WasmTable &Table) { in make_table()200 for (const wasm::WasmTable &Table : Obj.tables()) { in dump()
199 static wasm::WasmTable readTable(WasmObjectFile::ReadContext &Ctx) { in readTable()200 wasm::WasmTable Table; in readTable()