Home
last modified time | relevance | path

Searched refs:WasmFunctionType (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp61 struct WasmFunctionType { struct
71 WasmFunctionType() : State(Plain) {} in WasmFunctionType() argument
73 bool operator==(const WasmFunctionType &Other) const { in operator ==() argument
81 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 …]