Searched refs:WasmTable (Results 1 – 9 of 9) sorted by relevance
55 struct WasmTable;96 using llvm::wasm::WasmTable;
86 InputTable(const WasmTable &t, ObjFile *f) in InputTable()
509 for (const WasmTable &t : wasmObj->tables()) in parse()
681 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()1468 SmallVector<wasm::WasmTable, 1> Tables; in writeOneObject()1688 wasm::WasmTable Table; in writeOneObject()
272 for (const wasm::WasmTable &Table : Obj.tables()) { in dump()
690 wasm::WasmTable &Table = Tables[TableNumber]; in parseLinkingSectionSymtab()1193 wasm::WasmTable T; in parseTableSection()