Searched refs:WasmTable (Results 1 – 5 of 5) sorted by relevance
143 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()278 std::vector<wasm::WasmTable> Tables;
75 struct WasmTable { struct
322 void writeTableSection(ArrayRef<wasm::WasmTable> Tables);895 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()903 for (const wasm::WasmTable &Table : Tables) { in writeTableSection()1403 SmallVector<wasm::WasmTable, 1> Tables; in writeOneObject()1626 wasm::WasmTable Table; in writeOneObject()
269 for (const wasm::WasmTable &Table : Obj.tables()) { in dump()
612 wasm::WasmTable &Table = Tables[TableNumber]; in parseLinkingSectionSymtab()1107 wasm::WasmTable T; in parseTableSection()