Searched refs:WasmFunctionType (Results 1 – 1 of 1) sorted by relevance
61 struct WasmFunctionType { struct71 WasmFunctionType() : State(Plain) {} in WasmFunctionType() argument73 bool operator==(const WasmFunctionType &Other) const { in operator ==() argument81 static WasmFunctionType getEmptyKey() { in getEmptyKey()82 WasmFunctionType FuncTy; in getEmptyKey()83 FuncTy.State = WasmFunctionType::Empty; in getEmptyKey()86 static WasmFunctionType getTombstoneKey() { in getTombstoneKey()87 WasmFunctionType FuncTy; in getTombstoneKey()88 FuncTy.State = WasmFunctionType::Tombstone; in getTombstoneKey()91 static unsigned getHashValue(const WasmFunctionType &FuncTy) { in getHashValue()[all …]