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) {
346 struct WasmGlobalType { struct353 WasmGlobalType Type; argument372 WasmGlobalType Global;513 inline bool operator==(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {517 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;91 using llvm::wasm::WasmGlobalType;
97 Sym->setGlobalType(wasm::WasmGlobalType{uint8_t(ValTy), /*Mutable=*/true}); in wasmSymbolSetType()
38 const wasm::WasmGlobalType *GlobalType, in WasmSymbol()49 const wasm::WasmGlobalType *GlobalType;
235 WasmSym->setGlobalType(wasm::WasmGlobalType{ in getOrCreateWasmSymbol()
543 const wasm::WasmGlobalType *GlobalType = nullptr; in parseNameSection()716 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab()1441 const wasm::WasmGlobalType *GlobalType = nullptr; in parseExportSection()
809 WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(*Type), Mutable}); in parseDirective()
492 Sym->setGlobalType(wasm::WasmGlobalType{ in addWasmRelocBaseGlobal()
79 wasm::WasmGlobalType Type;