Searched refs:getTableType (Results 1 – 11 of 11) sorted by relevance
115 getTableType().ElemType == wasm::WASM_TYPE_FUNCREF; in isFunctionTable()138 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()
205 Type = static_cast<wasm::ValType>(WasmSym->getTableType().ElemType); in getTable()
221 ImportKey<WasmTableType> key(*(table->getTableType()), module, name); in addImport()274 import.Table = *tableSym->getTableType(); in writeBody()
391 const WasmTableType *getTableType() const { return tableType; } in getTableType() function
201 const WasmTableType *oldType = cast<TableSymbol>(existing)->getTableType(); in checkTableType()
1410 Import.Table = WS.getTableType(); in prepareImports()1690 Table.Type = WS.getTableType(); in writeOneObject()
179 auto type = table_up->getTableType(); in CalculateAbilities()