Searched refs:WasmGlobalType (Results 1 – 8 of 8) sorted by relevance
50 template <> struct DenseMapInfo<wasm::WasmGlobalType> {51 static wasm::WasmGlobalType getEmptyKey() {52 return wasm::WasmGlobalType{1, true};54 static wasm::WasmGlobalType getTombstoneKey() {55 return wasm::WasmGlobalType{2, true};57 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {60 static bool isEqual(const wasm::WasmGlobalType &LHS,61 const wasm::WasmGlobalType &RHS) {
39 const wasm::WasmGlobalType *GlobalType, in WasmSymbol()46 const wasm::WasmGlobalType *GlobalType;
85 struct WasmGlobalType { struct92 WasmGlobalType Type; argument115 WasmGlobalType Global;378 inline bool operator==(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {382 inline bool operator!=(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
26 Optional<wasm::WasmGlobalType> GlobalType;101 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType()105 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; } in setGlobalType()
86 WasmSym->setGlobalType(wasm::WasmGlobalType{ in GetExternalSymbolSymbol()
680 wasm::WasmGlobalType{uint8_t(Type.getValue()), true}); in ParseDirective()
124 wasm::WasmGlobalType Type;
488 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab()