Searched refs:WasmTableType (Results 1 – 9 of 9) sorted by relevance
89 template <> struct DenseMapInfo<wasm::WasmTableType> {90 static wasm::WasmTableType getEmptyKey() {91 return wasm::WasmTableType{0,94 static wasm::WasmTableType getTombstoneKey() {95 return wasm::WasmTableType{98 static unsigned getHashValue(const wasm::WasmTableType &TableType) {103 static bool isEqual(const wasm::WasmTableType &LHS,104 const wasm::WasmTableType &RHS) {
70 struct WasmTableType { struct77 WasmTableType Type; argument123 WasmTableType Table;438 inline bool operator==(const WasmTableType &LHS, const WasmTableType &RHS) {
29 Optional<wasm::WasmTableType> TableType;134 const wasm::WasmTableType &getTableType() const { in getTableType()138 void setTableType(wasm::WasmTableType TT) { TableType = TT; } in setTableType()
57 struct WasmTableType;98 using llvm::wasm::WasmTableType;
134 wasm::WasmTableType TableType = {wasm::WASM_TYPE_FUNCREF, Limits}; in getOrCreateFuncrefCallTableSymbol()
82 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType()
39 const wasm::WasmTableType *TableType, in WasmSymbol()47 const wasm::WasmTableType *TableType;
217 static wasm::WasmTableType readTableType(WasmObjectFile::ReadContext &Ctx) { in readTableType()218 wasm::WasmTableType TableType; in readTableType()531 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab()
861 wasm::WasmTableType Type = {uint8_t(ElemType.getValue()), Limits}; in ParseDirective()