Searched refs:WasmTableType (Results 1 – 10 of 10) sorted by relevance
87 template <> struct DenseMapInfo<wasm::WasmTableType, void> {88 static wasm::WasmTableType getEmptyKey() {89 return wasm::WasmTableType{92 static wasm::WasmTableType getTombstoneKey() {93 return wasm::WasmTableType{97 static unsigned getHashValue(const wasm::WasmTableType &TableType) {102 static bool isEqual(const wasm::WasmTableType &LHS,103 const wasm::WasmTableType &RHS) {
328 struct WasmTableType { struct335 WasmTableType Type; argument386 WasmTableType Table;549 inline bool operator==(const WasmTableType &LHS, const WasmTableType &RHS) {
30 std::optional<wasm::WasmTableType> TableType;141 const wasm::WasmTableType &getTableType() const { in getTableType()145 void setTableType(wasm::WasmTableType TT) { TableType = TT; } in setTableType()
56 struct WasmTableType;94 using llvm::wasm::WasmTableType;
78 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType()
40 const wasm::WasmTableType *TableType, in WasmSymbol()51 const wasm::WasmTableType *TableType;
139 wasm::WasmTableType TableType = {wasm::ValType::FUNCREF, Limits}; in getOrCreateFuncrefCallTableSymbol()
303 static wasm::WasmTableType readTableType(WasmObjectFile::ReadContext &Ctx) { in readTableType()304 wasm::WasmTableType TableType; in readTableType()554 const wasm::WasmTableType *TableType = nullptr; in parseNameSection()727 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab()1450 const wasm::WasmTableType *TableType = nullptr; in parseExportSection()
987 wasm::WasmTableType Type = {*ElemType, Limits}; in parseDirective()