Searched refs:WasmTableType (Results 1 – 7 of 7) sorted by relevance
29 Optional<wasm::WasmTableType> TableType;134 const wasm::WasmTableType &getTableType() const { in getTableType()138 void setTableType(wasm::WasmTableType TT) { TableType = TT; } in setTableType()
70 struct WasmTableType { struct77 WasmTableType Type; argument123 WasmTableType Table;
82 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType()
39 const wasm::WasmTableType *TableType, in WasmSymbol()47 const wasm::WasmTableType *TableType;
43 const wasm::WasmTableType &Type) { in makeTable()
217 static wasm::WasmTableType readTableType(WasmObjectFile::ReadContext &Ctx) { in readTableType()218 wasm::WasmTableType TableType; in readTableType()531 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab()
831 wasm::WasmTableType Type = {uint8_t(ElemType.getValue()), Limits}; in ParseDirective()