Searched refs:getTableType (Results 1 – 8 of 8) sorted by relevance
116 getTableType().ElemType == wasm::ValType::FUNCREF; in isFunctionTable()141 const wasm::WasmTableType &getTableType() const { in getTableType() function
22 virtual PDB_TableType getTableType() const = 0;
23 PDB_TableType getTableType() const override;
26 PDB_TableType DIATable::getTableType() const { in getTableType() function in DIATable
80 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType()
230 Type = static_cast<wasm::ValType>(WasmSym->getTableType().ElemType); in getTable()
1423 Import.Table = WS.getTableType(); in prepareImports() 1701 Table.Type = WS.getTableType(); in writeOneObject()
183 auto type = table_up->getTableType(); in CalculateAbilities()