Searched refs:WasmGlobalType (Results 1 – 11 of 11) sorted by relevance
48 template <> struct DenseMapInfo<wasm::WasmGlobalType, void> {49 static wasm::WasmGlobalType getEmptyKey() {50 return wasm::WasmGlobalType{1, true};52 static wasm::WasmGlobalType getTombstoneKey() {53 return wasm::WasmGlobalType{2, true};55 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {58 static bool isEqual(const wasm::WasmGlobalType &LHS,59 const wasm::WasmGlobalType &RHS) {
307 struct WasmGlobalType { struct314 WasmGlobalType Type; argument331 WasmGlobalType Global;458 inline bool operator==(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {462 inline bool operator!=(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
28 std::optional<wasm::WasmGlobalType> GlobalType;131 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType()135 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; } in setGlobalType()
50 struct WasmGlobalType;91 using llvm::wasm::WasmGlobalType;
93 Sym->setGlobalType(wasm::WasmGlobalType{uint8_t(ValTy), /*Mutable=*/true}); in wasmSymbolSetType()
38 const wasm::WasmGlobalType *GlobalType, in WasmSymbol()45 const wasm::WasmGlobalType *GlobalType;
231 WasmSym->setGlobalType(wasm::WasmGlobalType{ in getOrCreateWasmSymbol()
632 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab()1305 const wasm::WasmGlobalType *GlobalType = nullptr; in parseExportSection()
823 WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(*Type), Mutable}); in parseDirective()
477 Sym->setGlobalType(wasm::WasmGlobalType{ in addWasmRelocBaseGlobal()
80 wasm::WasmGlobalType Type;