Searched refs:WasmTableType (Results 1 – 10 of 10) sorted by relevance
86 // Traits for using WasmTableType in a DenseMap87 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) {
315 struct WasmTableType { struct322 WasmTableType Type; argument373 WasmTableType Table;527 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;97 using llvm::wasm::WasmTableType;
80 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType()
39 const wasm::WasmTableType *TableType, in WasmSymbol()50 const wasm::WasmTableType *TableType;
138 wasm::WasmTableType TableType = {wasm::ValType::FUNCREF, Limits}; in getOrCreateFuncrefCallTableSymbol()
300 static wasm::WasmTableType readTableType(WasmObjectFile::ReadContext &Ctx) { in readTableType()301 wasm::WasmTableType TableType; in readTableType()544 const wasm::WasmTableType *TableType = nullptr; in parseNameSection()717 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab()1442 const wasm::WasmTableType *TableType = nullptr; in parseExportSection()
843 wasm::WasmTableType Type = {*ElemType, Limits}; in parseDirective()