Searched refs:WasmTable (Results 1 – 9 of 9) sorted by relevance
55 struct WasmTable;96 using llvm::wasm::WasmTable;
85 InputTable(const WasmTable &t, ObjFile *f) in InputTable()
507 for (const WasmTable &t : wasmObj->tables()) in parse()
669 WasmTable desc{invalidIndex, type, name}; in createDefinedIndirectFunctionTable()
140 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()275 std::vector<wasm::WasmTable> Tables;
88 struct WasmTable { struct
343 void writeTableSection(ArrayRef<wasm::WasmTable> Tables);964 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()972 for (const wasm::WasmTable &Table : Tables) { in writeTableSection()1471 SmallVector<wasm::WasmTable, 1> Tables; in writeOneObject()1695 wasm::WasmTable Table; in writeOneObject()
272 for (const wasm::WasmTable &Table : Obj.tables()) { in dump()
694 wasm::WasmTable &Table = Tables[TableNumber]; in parseLinkingSectionSymtab()1201 wasm::WasmTable T; in parseTableSection()