Searched refs:WasmGlobalType (Results 1 – 10 of 10) 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) {
92 struct WasmGlobalType { struct99 WasmGlobalType Type; argument122 WasmGlobalType Global;424 inline bool operator==(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {428 inline bool operator!=(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
28 Optional<wasm::WasmGlobalType> GlobalType;127 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType()131 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; } in setGlobalType()
68 WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(Type), Mutable}); in GetGlobalAddressSymbol()109 WasmSym->setGlobalType(wasm::WasmGlobalType{ in GetExternalSymbolSymbol()
195 Sym->setGlobalType(wasm::WasmGlobalType{uint8_t(Type), Mutable}); in emitGlobalVariable()
38 const wasm::WasmGlobalType *GlobalType, in WasmSymbol()46 const wasm::WasmGlobalType *GlobalType;
801 wasm::WasmGlobalType{uint8_t(Type.getValue()), Mutable}); in ParseDirective()
462 SPSym->setGlobalType(wasm::WasmGlobalType{ in updateSubprogramScopeDIE()
82 wasm::WasmGlobalType Type;
530 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab()