Searched refs:WasmTableType (Results 1 – 9 of 9) 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) {
278 struct WasmTableType { struct285 WasmTableType Type; argument332 WasmTableType Table;472 inline bool operator==(const WasmTableType &LHS, const WasmTableType &RHS) {
29 std::optional<wasm::WasmTableType> TableType;138 const wasm::WasmTableType &getTableType() const { in getTableType()142 void setTableType(wasm::WasmTableType TT) { TableType = TT; } in setTableType()
56 struct WasmTableType;97 using llvm::wasm::WasmTableType;
80 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType()
39 const wasm::WasmTableType *TableType, in WasmSymbol()46 const wasm::WasmTableType *TableType;
137 wasm::WasmTableType TableType = {wasm::ValType::FUNCREF, Limits}; in getOrCreateFuncrefCallTableSymbol()
259 static wasm::WasmTableType readTableType(WasmObjectFile::ReadContext &Ctx) { in readTableType()260 wasm::WasmTableType TableType; in readTableType()633 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab()1306 const wasm::WasmTableType *TableType = nullptr; in parseExportSection()
854 wasm::WasmTableType Type = {*ElemType, Limits}; in parseDirective()