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) {
359 struct WasmGlobalType { struct366 WasmGlobalType Type; argument385 WasmGlobalType Global;532 inline bool operator==(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {536 inline bool operator!=(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
29 std::optional<wasm::WasmGlobalType> GlobalType;134 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType()138 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; } in setGlobalType()
50 struct WasmGlobalType;88 using llvm::wasm::WasmGlobalType;
97 Sym->setGlobalType(wasm::WasmGlobalType{uint8_t(ValTy), /*Mutable=*/true}); in wasmSymbolSetType()
39 const wasm::WasmGlobalType *GlobalType, in WasmSymbol()50 const wasm::WasmGlobalType *GlobalType;
239 WasmSym->setGlobalType(wasm::WasmGlobalType{ in getOrCreateWasmSymbol()
553 const wasm::WasmGlobalType *GlobalType = nullptr; in parseNameSection()726 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab()1449 const wasm::WasmGlobalType *GlobalType = nullptr; in parseExportSection()
953 WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(*Type), Mutable}); in parseDirective()
516 Sym->setGlobalType(wasm::WasmGlobalType{ in addWasmRelocBaseGlobal()
78 wasm::WasmGlobalType Type;